From 0df3668f85603b54d9be2e713356515c8f6c5a9a Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 9 Dec 2005 22:56:12 +0000 Subject: - bug fixed : #eee background color for blockquote comments had disappeared. Now comments are displayed with same colors in comments.php and picture.php git-svn-id: http://piwigo.org/svn/branches/branch-1_5@977 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/default-colors.css | 1 + 1 file changed, 1 insertion(+) diff --git a/template/yoga/default-colors.css b/template/yoga/default-colors.css index bfdf57327..e40715691 100644 --- a/template/yoga/default-colors.css +++ b/template/yoga/default-colors.css @@ -110,6 +110,7 @@ A.navThumb, A.navThumb:hover { #comments DIV.comment BLOCKQUOTE { border: 1px solid #d3d3d3; border-left: 2px solid #696969; + background-color: #eee; } /* Tables & forms */ -- cgit v1.2.3