Index: branches/REL1_18/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: branches/REL1_18/phase3/skins/common/shared.css |
— | — | @@ -622,7 +622,6 @@ |
623 | 623 | /* Don't forget to update commonPrint.css */ |
624 | 624 | li.gallerybox { |
625 | 625 | vertical-align: top; |
626 | | - background-color: #f9f9f9; |
627 | 626 | border: solid 2px white; |
628 | 627 | display: -moz-inline-box; |
629 | 628 | display: inline-block; |
— | — | @@ -649,6 +648,7 @@ |
650 | 649 | li.gallerybox div.thumb { |
651 | 650 | text-align: center; |
652 | 651 | border: 1px solid #ccc; |
| 652 | + background-color: #f9f9f9; |
653 | 653 | margin: 2px; |
654 | 654 | } |
655 | 655 | |