MediaWiki:Common.css: verschil tussen versies

Uit Zorginformatiebouwstenen
Ga naar: navigatie, zoeken
Regel 2: Regel 2:
  
 
table.umctable {
 
table.umctable {
       background-color: #F0FFF0;
+
       background-color: lightgray;
 
       border: 1px gray;
 
       border: 1px gray;
 
       color: red;
 
       color: red;

Versie van 28 jun 2012 om 13:31

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

table.umctable {
      background-color: lightgray;
      border: 1px gray;
      color: red;
}

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