From b8b032b2b16cc02acd3e7cae3662e50062fc1d88 Mon Sep 17 00:00:00 2001 From: z0rglub Date: Fri, 25 Jun 2004 20:41:57 +0000 Subject: 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 --- template/default/default.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'template/default') 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; +} -- cgit v1.2.3