aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/default/default.css10
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;