From 9727a1c9e1a913da7e5be29f4697e2e085b7a8e2 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 12 Feb 2013 19:52:53 +0100 Subject: style: Better description for hr float clear --- style/style.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'style') 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; -- cgit