diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2012-01-20 19:04:10 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-01-20 19:04:10 +0100 |
commit | 4be01c3928ad5bc9fc9ae5be611b3463e9bda570 (patch) | |
tree | 028051b330312ef086cfc4729a1908a6e31e4637 /skins/standard | |
parent | b4dc58b6e7dcfe8ac43655eeee8be53c5295e755 (diff) | |
download | bugzilla-4be01c3928ad5bc9fc9ae5be611b3463e9bda570.tar.gz bugzilla-4be01c3928ad5bc9fc9ae5be611b3463e9bda570.tar.xz |
Fix regression due to bug 680131
(#menu on the first line has been seen as a comment during the MPL 1.1 -> 2.0 conversion)
Diffstat (limited to 'skins/standard')
-rw-r--r-- | skins/standard/params.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/skins/standard/params.css b/skins/standard/params.css index 9f2bf0d95..92bd6d0e1 100644 --- a/skins/standard/params.css +++ b/skins/standard/params.css @@ -5,6 +5,8 @@ * This Source Code Form is "Incompatible With Secondary Licenses", as * defined by the Mozilla Public License, v. 2.0. */ + +#menu { width: 10em; margin-top: 1em; margin-right: 0.5em; |