Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: .gallery-table { text-align: center; background-color: white; }") |
|||
| Line 4: | Line 4: | ||
text-align: center; | text-align: center; | ||
background-color: white; | background-color: white; | ||
| + | border: 1px solid #a2a9b1; | ||
| + | border-collapse: collapse; | ||
} | } | ||
Revision as of 21:19, 28 October 2019
/* CSS placed here will be applied to all skins */
.gallery-table {
text-align: center;
background-color: white;
border: 1px solid #a2a9b1;
border-collapse: collapse;
}