MediaWiki:Common.css: verschil tussen versies

Uit Zorginformatiebouwstenen
Ga naar: navigatie, zoeken
Regel 2: Regel 2:
  
 
table.umctable {
 
table.umctable {
       background-color: Lavender;
+
       background-color: white;
       border: 1px solid black;
+
       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 om 13: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;
}