Navigation Menu

Skip to content

Commit

Permalink
Correction CSS for Elevator badly placed in the plugins list
Browse files Browse the repository at this point in the history
bug:1658

git-svn-id: http://piwigo.org/svn/trunk@6247 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
Gotcha committed May 20, 2010
1 parent c1d81dd commit e48a87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/themes/roma/theme.css
Expand Up @@ -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; }
Expand Down

0 comments on commit e48a87f

Please sign in to comment.