MediaWiki:Common.css: verschil tussen versies
(Nieuwe pagina aangemaakt met '→* CSS die hier wordt geplaatst heeft invloed op alle skins: table.umctable th, table.umctable td { vertical-align: top; }') |
|||
| Regel 1: | Regel 1: | ||
/** CSS die hier wordt geplaatst heeft invloed op alle skins */ | /** CSS die hier wordt geplaatst heeft invloed op alle skins */ | ||
| + | |||
| + | table.umctable { | ||
| + | background-color: #F0FFF0; | ||
| + | border: 1px gray; | ||
| + | } | ||
| + | |||
table.umctable th, | table.umctable th, | ||
table.umctable td { | table.umctable td { | ||
vertical-align: top; | vertical-align: top; | ||
} | } | ||
Versie van 28 jun 2012 om 15:14
/** CSS die hier wordt geplaatst heeft invloed op alle skins */
table.umctable {
background-color: #F0FFF0;
border: 1px gray;
}
table.umctable th,
table.umctable td {
vertical-align: top;
}