From 18570279efdbdfd171e16d9948175fb0b959546a Mon Sep 17 00:00:00 2001 From: rvelices Date: Fri, 14 Apr 2006 22:15:24 +0000 Subject: merge r1175 from branch-1_6 into trunk fix: sessions css 3px image border goes from both clear and dark to image.css git-svn-id: http://piwigo.org/svn/trunk@1176 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/theme/dark/theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template/yoga/theme/dark') diff --git a/template/yoga/theme/dark/theme.css b/template/yoga/theme/dark/theme.css index 2bbe9533b..409b3773f 100644 --- a/template/yoga/theme/dark/theme.css +++ b/template/yoga/theme/dark/theme.css @@ -46,13 +46,13 @@ H2, #menubar DT, .throw { } /* borders */ -#menubar DL, #content, #imageToolBar, #theImage IMG, +#menubar DL, #content, #imageToolBar, #comments DIV.comment BLOCKQUOTE { border: 1px solid #000000; } #theImage IMG { - border-width: 3px; + border-color: #000000; } #content UL.thumbnail IMG { -- cgit v1.2.3