Unordered list cannot show bullet
-
I cannot make my custom theme displays bullets (all kinds, disc, square, etc.) in my blog. Here is the screenshot. At the marked area, it should be bullets there.
https://img145.imageshack.us/img145/6500/clipboard01ek9.jpg.
or this link if you can’t see the image above.
https://img145.imageshack.us/my.php?image=clipboard01ek9.jpg
This is part of my stylesheet.css :
.item ul {
list-style-type: disc;
padding-left: 15px;
margin-left: 10px;
font-size: 80%;
}.item ol{
list-style-type: decimal;
padding-left: 15px;
margin-left: 10px;
font-size: 80%;
}did I made any mistake? Please help me.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Unordered list cannot show bullet’ is closed to new replies.