diff options
Diffstat (limited to 'media/sass')
-rw-r--r-- | media/sass/base.sass | 12 | ||||
-rw-r--r-- | media/sass/dark.sass | 13 |
2 files changed, 23 insertions, 2 deletions
diff --git a/media/sass/base.sass b/media/sass/base.sass index 5909d4c..a47a2fc 100644 --- a/media/sass/base.sass +++ b/media/sass/base.sass @@ -666,7 +666,17 @@ footer[role="contentinfo"] clear: both margin: 30px 0 30px -200px - +.ie8 .drop + padding-top: 28px +.ie7 footer[role="contentinfo"], .ie7 #projects-archive, .ie7 #writing-archive article, .ie7 #pagination, .ie7 #projects-archive .button + clear: both +.ie7 .top + height: 90px +.ie7 nav[role="navigation"] + padding-top: 6.2em + padding-left: 3.5em + margin-left: 90px !important + //.formatted // column-count: 3 // column-gap: 1.125em 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 |