Differenze tra le versioni di "MediaWiki:Common.css"
Riga 3: | Riga 3: | ||
pre{background-color:#f2f2f2} | pre{background-color:#f2f2f2} | ||
pre b{color:#821b4c; font-size:larger;} | pre b{color:#821b4c; font-size:larger;} | ||
li:: | ul { | ||
list-style: none; | |||
} | |||
ul li::before { | |||
content: "\2022"; | |||
color: red; | |||
font-weight: bold; | |||
display: inline-block; | |||
width: 1em; | |||
margin-left: -1em; | |||
} |