summaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
Diffstat (limited to 'style')
-rw-r--r--style/style.css20
1 files changed, 10 insertions, 10 deletions
diff --git a/style/style.css b/style/style.css
index 341b08f..6d31ff0 100644
--- a/style/style.css
+++ b/style/style.css
@@ -206,6 +206,16 @@ label {
color: white;
}
+#container > hr {
+ height: 20px;
+ background: #BBB082;
+ color: #FFFFFF;
+ border: none;
+
+ /* Used to clear the infobar float */
+ clear: both;
+}
+
#page {
border-left: 200px solid white;
font-size: 14px;
@@ -243,16 +253,6 @@ label {
font-size: 15px;
}
-#container > hr {
- height: 20px;
- background: #BBB082;
- color: #FFFFFF;
- border: none;
-
- /* Used to clear the layout */
- clear: both;
-}
-
#footer {
clear: both;
margin: 0 auto;