MediaWiki:Monobook.css: verschil tussen versies

Uit Wildkamperen Wiki
Ga naar: navigatie, zoeken
Regel 14: Regel 14:
 
#bodyContent table th, #bodyContent table td {
 
#bodyContent table th, #bodyContent table td {
 
   border: 1px #aaaaaa solid;
 
   border: 1px #aaaaaa solid;
   padding: 0.2em;
+
   padding: 0.5em;
 
}
 
}
  

Versie van 15 mei 2010 om 22:22

/* edit this file to customize the monobook skin for the entire site */


/* wikitable/prettytable class for skinning normal tables */
/* copied from wikipedia -- Vincent, May 10 2006 */

#bodyContent table {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
}

#bodyContent table th, #bodyContent table td {
  border: 1px #aaaaaa solid;
  padding: 0.5em;
}

#bodyContent table th {
  background: #f2f2f2;
  text-align: center;
}

#bodyContent table caption {
  margin-left: inherit;
  margin-right: inherit;
}