MediaWiki:Common.css: verschil tussen versies

Uit Zorginformatiebouwstenen
Ga naar: navigatie, zoeken
Regel 2: Regel 2:
  
 
table.umctable {
 
table.umctable {
       background-color: #ededed;
+
       background-color: #F7F7F7;
 
       border: 1px solid gray;
 
       border: 1px solid gray;
 
       border-collapse: collapse;
 
       border-collapse: collapse;

Versie van 28 jun 2012 om 14:01

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

table.umctable {
      background-color: #F7F7F7;
      border: 1px solid gray;
      border-collapse: collapse;
}

table.umctable th,
table.umctable td {
	vertical-align: top;
        border: 1px solid gray;
        border-collapse: collapse;
}