diff options
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 |