aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgweltas <gweltas@piwigo.org>2005-01-13 14:39:08 +0000
committergweltas <gweltas@piwigo.org>2005-01-13 14:39:08 +0000
commit59b539098e16a355c355806bfd7405abb4299e85 (patch)
tree0983a2604e4634199893140980e444d22bc683f9
parent11c2baa770de003986e1c9e3cdd5d085abb6015d (diff)
- Small bug in default.css (menu font size)
git-svn-id: http://piwigo.org/svn/trunk@690 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--template/default/default.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/default.css b/template/default/default.css
index 3e919e782..c2c31b6a6 100644
--- a/template/default/default.css
+++ b/template/default/default.css
@@ -76,7 +76,7 @@ h2 /* H2 tag style (admin side only) */
font-weight:bold;
}
-.menu .thumbnail, .totalImages { font-size:11px;}
+.menu, .thumbnail, .totalImages { font-size:11px;}
.small{ font-size:10px;}
.menuCategorySelected, .throw, .admin, .errors { font-weight:bold;}
.menuCategoryNotSelected, .dateSelected, .pageNumberSelected, .thumb_picture, .thumb_category { font-weight:normal;}