MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus BoGart Dokumentation
Wechseln zu: Navigation, Suche
K
Zeile 15: Zeile 15:
 
html #toc ul, .toc ul {
 
html #toc ul, .toc ul {
  
list-style-image:none;
+
list-style-type:disc;
list-style-position:outside;
 
list-style-type:none;
 
 
}
 
}

Version vom 28. Januar 2022, 21:07 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/*
html #toc ul, .toc ul {

list-style-image:none;
list-style-position:inside;
list-style-type:upper-roman;
}

span.tocnumber {
display:none;
}
*/

html #toc ul, .toc ul {

list-style-type:disc;
}