mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 01:03:31 +02:00
- 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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user