Index: trunk/phase3/skins/common/commonPrint.css |
— | — | @@ -240,7 +240,6 @@ |
241 | 241 | /* Galleries (see shared.css for more info) */ |
242 | 242 | li.gallerybox { |
243 | 243 | vertical-align: top; |
244 | | - background-color: #f9f9f9; |
245 | 244 | border: solid 2px white; |
246 | 245 | display: -moz-inline-box; |
247 | 246 | display: inline-block; |
Index: trunk/phase3/skins/common/shared.css |
— | — | @@ -543,7 +543,6 @@ |
544 | 544 | /* Don't forget to update commonPrint.css */ |
545 | 545 | li.gallerybox { |
546 | 546 | vertical-align: top; |
547 | | - background-color: #f9f9f9; |
548 | 547 | border: solid 2px white; |
549 | 548 | display: -moz-inline-box; |
550 | 549 | display: inline-block; |
— | — | @@ -570,6 +569,7 @@ |
571 | 570 | li.gallerybox div.thumb { |
572 | 571 | text-align: center; |
573 | 572 | border: 1px solid #ccc; |
| 573 | + background-color: #f9f9f9; |
574 | 574 | margin: 2px; |
575 | 575 | } |
576 | 576 | |