diff options
-rw-r--r-- | template/default/default.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/template/default/default.css b/template/default/default.css index d5dc70bb7..12c92d474 100644 --- a/template/default/default.css +++ b/template/default/default.css @@ -311,3 +311,11 @@ div.information { span.selected { font-weight:bold; } + +span.thumb_picture { + font-weight:normal; +} + +span.thumb_category { + font-weight:normal; +} |