MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus Wikizone
Wechseln zu: Navigation, Suche
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
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;
 +
}
 +
pre, .mw-code {
 +
    line-height: 1em;
 
}
 
}

Aktuelle Version vom 13. August 2018, 07:43 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;
}
pre, .mw-code {
    line-height: 1em;
}