MediaWiki:Common.css: verschil tussen versies
| Regel 2: | Regel 2: | ||
table.umctable { | table.umctable { | ||
| − | background-color: | + | background-color: white; |
| − | border: 1px solid | + | border: 1px solid gray; |
color: black; | color: black; | ||
} | } | ||
| Regel 10: | Regel 10: | ||
table.umctable td { | table.umctable td { | ||
vertical-align: top; | vertical-align: top; | ||
| + | border: 1px solid gray; | ||
} | } | ||
Versie van 28 jun 2012 om 15:40
/** CSS die hier wordt geplaatst heeft invloed op alle skins */
table.umctable {
background-color: white;
border: 1px solid gray;
color: black;
}
table.umctable th,
table.umctable td {
vertical-align: top;
border: 1px solid gray;
}