From 73914d277f4891de79bf89a442b5d69ead63c016 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 1 Oct 2013 23:55:53 +0200 Subject: Tighten styleguide order: Style footer before sidebar. --- style.scss | 62 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/style.scss b/style.scss index 2c6697d..b2772b9 100644 --- a/style.scss +++ b/style.scss @@ -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; -} -- cgit v1.2.3