diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-06-25 20:41:57 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-06-25 20:41:57 +0000 |
commit | b8b032b2b16cc02acd3e7cae3662e50062fc1d88 (patch) | |
tree | e8b6084624f41eb4379d464efa9ee0dac82dfc22 /template/default | |
parent | 91a2c6c8c9283515ac48c7de4b70a0ac265943a1 (diff) |
2 new CSS classes : span.thumb_picture and span.thumb_category. They are
used for thumbnails names.
git-svn-id: http://piwigo.org/svn/trunk@446 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default')
-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; +} |