MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus BoGart Dokumentation
Wechseln zu: Navigation, Suche
K
K
Zeile 13: Zeile 13:
 
*/
 
*/
  
#toc ul, .toc ul {
+
#toc ul {
  
 
list-style-type:disc;
 
list-style-type:disc;
 
color:red;
 
color:red;
 
}
 
}

Version vom 28. Januar 2022, 20:11 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;
}
*/

#toc ul {

list-style-type:disc;
color:red;
}