diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-02-20 22:29:01 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-02-20 22:29:01 +0000 |
commit | 53deeb188a5b3d8158b9fa4f05c1b99c773820f1 (patch) | |
tree | a375008b3a9d93d1d859c2bafb6a654e01767090 | |
parent | a6a3215ee31f6b42d9f7440eb35f42848b4821d3 (diff) | |
download | brdo-53deeb188a5b3d8158b9fa4f05c1b99c773820f1.tar.gz brdo-53deeb188a5b3d8158b9fa4f05c1b99c773820f1.tar.bz2 |
- Small improvement to header width. Suggested by Ax.
-rw-r--r-- | themes/xtemplate/xtemplate.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/xtemplate/xtemplate.css b/themes/xtemplate/xtemplate.css index a050be30c..65ad4c610 100644 --- a/themes/xtemplate/xtemplate.css +++ b/themes/xtemplate/xtemplate.css @@ -31,6 +31,7 @@ img { .header .menu { background-color: #69c; padding: 5px 5px 0px 5px; + width: 100%; } .menu logo { vertical-align: bottom; |