From 8f258f1fa94ad992552881bf998994e29695031d Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 12 Feb 2013 19:47:18 +0100 Subject: style: Use hr delimit to clear the layout float --- style/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'style') 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 { -- cgit