MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus Wikizone
Wechseln zu: Navigation, Suche
Zeile 2: Zeile 2:
 
.mw-wiki-logo {
 
.mw-wiki-logo {
 
     background-size: contain;
 
     background-size: contain;
 +
}
 +
.mw-highlight pre {
 +
    -moz-tab-size: 2;
 +
    -o-tab-size: 2;
 +
    tab-size: 2;
 
}
 
}

Version vom 13. August 2018, 07:41 Uhr

/* edit this file to customize the monobook skin for the entire site */
.mw-wiki-logo {
    background-size: contain;
}
.mw-highlight pre {
    -moz-tab-size: 2;
    -o-tab-size: 2;
    tab-size: 2;
}