diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-08-06 09:43:05 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-08-06 09:43:05 +0000 |
commit | b7f4e3ab3f142579692940f8c3c74979c8bd2cb8 (patch) | |
tree | 3b88a94e37d1090e220f3a46fb3dc8849df028a9 /template/default/default.css | |
parent | 0188ea673ec204d3cdb98a78f88992e0fac89748 (diff) |
new CSS classes : menuCategorySelected and menuCategoryNotSelected
git-svn-id: http://piwigo.org/svn/trunk@479 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/default/default.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/template/default/default.css b/template/default/default.css index 12c92d474..aafaa4846 100644 --- a/template/default/default.css +++ b/template/default/default.css @@ -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; |