diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/default/default.css | 2 |
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;} |