new CSS classes : menuCategorySelected and menuCategoryNotSelected

git-svn-id: http://piwigo.org/svn/trunk@479 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub
2004-08-06 09:43:05 +00:00
parent 0188ea673e
commit b7f4e3ab3f
+9 -1
View File
@@ -71,12 +71,20 @@ a.adminMenu{ color : #FFF48E; }*/
ul.menu {
text-align:left;
list-style-image : url(theme/collapsed.gif);
/* list-style-image : url(theme/collapsed.gif); */
list-style-type: square ;
padding-left:15px;
margin:5px;
}
.menuCategorySelected {
font-weight:bold;
}
.menuCategoryNotSelected {
font-weight:normal;
}
.navigationBar {
text-align:center;
margin-top:10px;