- 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
This commit is contained in:
plegall 2005-12-09 22:56:12 +00:00
parent b69981c2cd
commit 0df3668f85

View file

@ -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 */