MediaWiki:Common.css: verschil tussen versies

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

Versie van 28 jun 2012 om 13:38

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

table.umctable {
      background-color: Lavender;
      border: 1px solid black;
      color: black;
}

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