MediaWiki:Common.css: verschil tussen versies

Uit Zorginformatiebouwstenen
Ga naar: navigatie, zoeken
Regel 3: Regel 3:
 
table.umctable {
 
table.umctable {
 
       background-color: white;
 
       background-color: white;
       border: 1px gray;
+
       border: 1px black;
 
       color: red;
 
       color: red;
 
}
 
}

Versie van 28 jun 2012 om 13:34

/** CSS die hier wordt geplaatst heeft invloed op alle skins */

table.umctable {
      background-color: white;
      border: 1px black;
      color: red;
}

table.umctable th,
table.umctable td {
	vertical-align: top;
}