diff options
Diffstat (limited to 'style.scss')
-rw-r--r-- | style.scss | 62 |
1 files changed, 31 insertions, 31 deletions
@@ -237,6 +237,37 @@ div.topbar img { margin: 0 20px; } +div#footer { + clear: left; + width: 100%; + margin: rhythm() 0 0; +} + +div#pageinfo { + margin: 0; + border-top: 0; + padding: rhythm(.5) 1em rhythm(.5) 20px; + background-color: LightBlue; +} + +div.pagedate { + margin-top: 0; +} + +div.tags { + display: none; +} + +div#backlinks { + display: none; +} + +div.pagecopyright, +div.pagecopyright P { + margin-top: 0; + margin-bottom: 0; +} + div#sidebar, div.sidebar { float: left; @@ -298,34 +329,3 @@ div.farbar { background-color: LightBlue; text-align: left; } - -div.tags { - display: none; -} - -div#backlinks { - display: none; -} - -div#footer { - clear: left; - width: 100%; - margin: rhythm() 0 0; -} - -div#pageinfo { - margin: 0; - border-top: 0; - padding: rhythm(.5) 1em rhythm(.5) 20px; - background-color: LightBlue; -} - -div.pagedate { - margin-top: 0; -} - -div.pagecopyright, -div.pagecopyright P { - margin-top: 0; - margin-bottom: 0; -} |