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
This commit is contained in:
z0rglub
2004-06-25 20:41:57 +00:00
parent 91a2c6c8c9
commit b8b032b2b1
+8
View File
@@ -311,3 +311,11 @@ div.information {
span.selected {
font-weight:bold;
}
span.thumb_picture {
font-weight:normal;
}
span.thumb_category {
font-weight:normal;
}