MediaWiki:Common.css: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
Geen bewerkingssamenvatting |
Geen bewerkingssamenvatting |
||
| 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 14: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;
}