From 8b561c3a68dfc44a369e6e5cb4f1c3c4cd4e67a3 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Tue, 23 Sep 2008 21:31:37 +1000 Subject: [css] Remove horizontal scrollbar We don't need to specify width on #title. Signed-off-by: Jeremy Kerr --- htdocs/css/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'htdocs') diff --git a/htdocs/css/style.css b/htdocs/css/style.css index a05e877..943e39d 100644 --- a/htdocs/css/style.css +++ b/htdocs/css/style.css @@ -15,7 +15,6 @@ body { #title { background: url('/images/title-background.png') top left repeat-x; background-color: #786fb4; - width: 100%; margin: 0px; padding-top: 0.1em; padding-bottom: 0.0em; @@ -37,8 +36,8 @@ body { #auth { border-left: thin solid white; padding-top: 0em; - padding-left: 2em; - padding-right: 5em; + padding-left: 1.5em; + padding-right: 1.5em; padding-top: 0.5em; padding-bottom: 0.5em; font-size: 90%; -- cgit v1.2.3