summaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-02-12 19:47:18 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-02-12 19:47:18 +0100
commit8f258f1fa94ad992552881bf998994e29695031d (patch)
tree9af2b68b33e1787259a8619c22c281c2cbbf28ee /style
parent7f138b69ea1a10d8eba37c4f14db7864886158a7 (diff)
downloadmutti-web-8f258f1fa94ad992552881bf998994e29695031d.tar.gz
mutti-web-8f258f1fa94ad992552881bf998994e29695031d.tar.bz2
mutti-web-8f258f1fa94ad992552881bf998994e29695031d.zip
style: Use hr delimit to clear the layout float
Diffstat (limited to 'style')
-rw-r--r--style/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/style/style.css b/style/style.css
index 83d7af3..59f981e 100644
--- a/style/style.css
+++ b/style/style.css
@@ -242,11 +242,15 @@ label {
font-size: 15px;
}
-hr.delimit {
+/*hr.delimit {*/
+#container > hr {
height: 20px;
background: #BBB082;
color: #FFFFFF;
border: none;
+
+ /* Used to clear the layout */
+ clear: both;
}
#footer {