MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus DGL Wiki
Wechseln zu: Navigation, Suche
K (kleinen fehler behoben)
K (div durch table ersetzt)
Zeile 1: Zeile 1:
 
/* edit this file to customize the monobook skin for the entire site */
 
/* edit this file to customize the monobook skin for the entire site */
div.pretty  
+
table.pretty  
 
{
 
{
 
   margin: 1em 1em 1em 0;  
 
   margin: 1em 1em 1em 0;  

Version vom 2. Oktober 2005, 20:52 Uhr

/* edit this file to customize the monobook skin for the entire site */
table.pretty 
{
  margin: 1em 1em 1em 0; 
  background: #f9f9f9;
  border: 1px #aaa solid;
  border-collapse: collapse;
  font-size: 95%; 
  empty-cells:show; 
  rules="all"
}