MediaWiki:Common.css: verschil tussen versies

Uit Zorginformatiebouwstenen
Naar navigatie springen Naar zoeken springen
(Nieuwe pagina aangemaakt met '→‎* CSS die hier wordt geplaatst heeft invloed op alle skins: table.umctable th, table.umctable td { vertical-align: top; }')
 
Geen bewerkingssamenvatting
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 13: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;
}