- 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:
parent
b69981c2cd
commit
0df3668f85
1 changed files with 1 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue