summaryrefslogtreecommitdiffstats
path: root/htdocs
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2008-09-23 21:31:37 +1000
committerJeremy Kerr <jk@ozlabs.org>2008-09-23 21:31:37 +1000
commit8b561c3a68dfc44a369e6e5cb4f1c3c4cd4e67a3 (patch)
tree750edd6e43b71d7f7bebb445e26ccc0958468b4d /htdocs
parent750c03f854ace16cd013c189369aa0cf9d3bdd9d (diff)
downloadpatchwork-8b561c3a68dfc44a369e6e5cb4f1c3c4cd4e67a3.tar.bz2
patchwork-8b561c3a68dfc44a369e6e5cb4f1c3c4cd4e67a3.tar.xz
[css] Remove horizontal scrollbar
We don't need to specify width on #title. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/css/style.css5
1 files changed, 2 insertions, 3 deletions
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%;