summaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-02-12 19:52:53 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-02-12 19:53:45 +0100
commit9727a1c9e1a913da7e5be29f4697e2e085b7a8e2 (patch)
treee19ab59f285f35a142ca182244fb86509879a8ff /style
parent1fe44f265c067692894904d7c49a29e3614b7acf (diff)
downloadmutti-web-9727a1c9e1a913da7e5be29f4697e2e085b7a8e2.tar.gz
mutti-web-9727a1c9e1a913da7e5be29f4697e2e085b7a8e2.tar.bz2
mutti-web-9727a1c9e1a913da7e5be29f4697e2e085b7a8e2.zip
style: Better description for hr float clear
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;