More actions
m Playing with CSS |
m →Test CSS: Coding and testing |
||
| Line 12: | Line 12: | ||
CB;<br> | CB;<br> | ||
◄<br> | ◄<br> | ||
◎<br> | ◎<br><!-- CSS \25CE --> | ||
●<br> | ●<br><!-- CSS \25CF --> | ||
○<!--CSS \25CB --> | ○<!--CSS \25CB --> | ||
| Line 29: | Line 29: | ||
.test li:after { | .test li:after { | ||
content: "\25CB"; /* This is the one i think */ | content: "\00A0\25CB"; /* This is the one i think, should replace " · " with "\00A0\25CB" in Common.css */ | ||
padding-right: 4px; | padding-right: 4px; | ||
} | } | ||
| Line 37: | Line 37: | ||
} | } | ||
.try li:after { | |||
content: "\00A0\25CB"; | |||
} | |||
}} | }} | ||
<ul class="test"> | <ul class="test"> | ||
| Line 44: | Line 47: | ||
</ul> | </ul> | ||
{{Flatlist|class= try | |||
* een | |||
* twee | |||
* drie | |||
}} | |||
== Test == | == Test == | ||