diff options
Diffstat (limited to 'media/sass/dark.sass')
-rw-r--r-- | media/sass/dark.sass | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/media/sass/dark.sass b/media/sass/dark.sass index 2020ce3..6f6f331 100644 --- a/media/sass/dark.sass +++ b/media/sass/dark.sass @@ -28,7 +28,7 @@ header[role="banner"] &:hover color: $orange unquote("!important") h1 - background: url('../img/tree-dark.png') left bottom no-repeat + background: url('../img/tree-dark.png') left bottom no-repeat !important h2 background: url('../img/text-dark.png') left bottom no-repeat !important @@ -222,3 +222,14 @@ h4 a.disqus-link-count #post-body .legend width: 100% !important + +.ie :focus + outline: 0 +.ie header[role="banner"] + border-bottom: #cccccc 1px solid !important + h2 + background: url('../img/text-dark.png') left bottom no-repeat !important +.ie #parks .buttons + a + padding: 10px + line-height: 2em |