diff options
author | luxagraf <sng@luxagraf.net> | 2011-01-22 09:48:44 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2011-01-22 09:48:44 -0500 |
commit | f1213cada77b1fb1468095085a787c359b62e435 (patch) | |
tree | 7d6f3eb2c7b9e1fd0c987c53486654c0831e10be /media/sass | |
parent | 23ed4bf91bc109d9133d22d2b640e15dceb1af1f (diff) |
added js to deal with IE and @media queries
Diffstat (limited to 'media/sass')
-rw-r--r-- | media/sass/base.sass | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/media/sass/base.sass b/media/sass/base.sass index 6e29913..28b9df3 100644 --- a/media/sass/base.sass +++ b/media/sass/base.sass @@ -92,7 +92,7 @@ article h1 time display: inline .footnote - font-size: .875em + font-size: .75em #post-metadata margin-top: 0 border-top: 1px $brown dotted @@ -472,7 +472,13 @@ footer[role="contentinfo"] margin: 3px 0 li:after content: "" - + .infowin + h4 + font: normal 1.3em Helvetica, Verdana, sans-serif + margin: .5em 0 + p + font-size: 95% + overflow: auto //projects page #projects-page .col float: left @@ -505,9 +511,12 @@ footer[role="contentinfo"] line-height: 28px #post-metadata border-bottom: 1px $brown dotted - margin-bottom: 2em + margin-bottom: 1em + margin-top: 2em + padding: .75em 0 p line-height: 1.5em !important + margin: 0 a color: $orange #page-navigation @@ -546,6 +555,7 @@ footer[role="contentinfo"] .narrow width: 35.625em margin-left: -8px + margin-bottom: 1em clear: both #post-metadata clear: both |