diff options
author | Gotcha <gotcha@piwigo.org> | 2010-05-22 10:13:01 +0000 |
---|---|---|
committer | Gotcha <gotcha@piwigo.org> | 2010-05-22 10:13:01 +0000 |
commit | 082801305dc0a7b24230b336c89a6691f0738cf6 (patch) | |
tree | 2e55bc6af510a10969f71218bc741de494bb2726 /admin/themes/roma | |
parent | 8f720238fc89811634da18546c3575b31f300509 (diff) |
merge r6247 from trunk to branch 2.1
git-svn-id: http://piwigo.org/svn/branches/2.1@6279 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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 e53bf3538..b49d58545 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -178,7 +178,7 @@ position:relative; padding: 5px 1px 4px 5px; top:-10px; font-size: 13px; color: #menubar li { margin: 0 0 0 6px; } #menubar li.external { list-style-image:url(images/external_inactive.png); padding:10px 0px 0pt 10px; } #menubar li.external:hover { list-style-image:url(images/external_active.png); } -#menubar ul { color: #333; margin:0 0 0 9px; line-height: 16px; +#menubar ul { color: #333; margin:0 9px 0 9px; line-height: 16px; list-style-type: square; list-style-position: inside; padding: 0; } /* jQuery tooltips */ .cluetip-default #cluetip-outer { border-color: #666; color: #666; background-color: #222; } |