From 9a0ee986fdb248fc371001b6558c5e25032c0a8f Mon Sep 17 00:00:00 2001 From: chrisaga Date: Sun, 9 Apr 2006 12:21:18 +0000 Subject: - merge trunc r1135:1136 into branch 1.6 git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1137 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/theme/clear/theme.css | 3 ++- template/yoga/theme/dark/theme.css | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'template/yoga/theme') diff --git a/template/yoga/theme/clear/theme.css b/template/yoga/theme/clear/theme.css index 07cdffabb..31e88d90d 100644 --- a/template/yoga/theme/clear/theme.css +++ b/template/yoga/theme/clear/theme.css @@ -33,7 +33,8 @@ H2, #menubar DT, #imageHeaderBar, #imageToolBar A:hover { } FIELDSET, INPUT, SELECT, TEXTAREA, -#content DIV.comment A.illustration IMG, #infos { +#content DIV.comment A.illustration IMG, #infos, +#content DIV.thumbnailCategory { border: 1px solid gray; } diff --git a/template/yoga/theme/dark/theme.css b/template/yoga/theme/dark/theme.css index 157c7c371..2bbe9533b 100644 --- a/template/yoga/theme/dark/theme.css +++ b/template/yoga/theme/dark/theme.css @@ -60,7 +60,8 @@ H2, #menubar DT, .throw { } FIELDSET, INPUT, SELECT, TEXTAREA, -#content DIV.comment A.illustration IMG, #infos { +#content DIV.comment A.illustration IMG, #infos, +#content DIV.thumbnailCategory { border: 1px solid gray; } -- cgit v1.2.3