diff options
author | Gotcha <gotcha@piwigo.org> | 2011-11-08 13:12:35 +0000 |
---|---|---|
committer | Gotcha <gotcha@piwigo.org> | 2011-11-08 13:12:35 +0000 |
commit | eff3677026e403a34569eba861b676b7a0764179 (patch) | |
tree | 9371fa992bb451ddb24eb66d92be16cd9727afa9 | |
parent | 1094b76f6bef8e555ec94b8ebca57d924352e681 (diff) |
Menubar too wide
git-svn-id: http://piwigo.org/svn/branches/2.3@12588 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | admin/themes/roma/theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index b8c8a8712..73de4410a 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -130,7 +130,7 @@ margin-top:4px; padding-bottom:3px; padding-top:3px; top:1px; #menubar { background:transparent url(images/menuBoxBottom_new.png) no-repeat scroll left bottom; border:0; -padding:0; width:230px; z-index:99; text-align: left; +padding:0; width:207px; z-index:99; text-align: left; } #menubar dd { |