summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2013-10-01 23:55:53 +0200
committerJonas Smedegaard <dr@jones.dk>2013-10-01 23:55:53 +0200
commit73914d277f4891de79bf89a442b5d69ead63c016 (patch)
tree77d6475e7ac3e919c30c8bb8418251ee974f89cb
parent8f915139be76a6bd0f447b0548c469309488cf32 (diff)
Tighten styleguide order: Style footer before sidebar.
-rw-r--r--style.scss62
1 files 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;
-}