View Single Post
Old 11-17-2012, 08:03 AM   PM User | #19
Excavator
Master Coder


 
Excavator's Avatar
 
Join Date: Dec 2006
Location: Alaska
Posts: 9,410
Thanks: 22
Thanked 1,765 Times in 1,749 Posts
Excavator has a spectacular aura aboutExcavator has a spectacular aura aboutExcavator has a spectacular aura about
In your CSS, you zero out the default padding that makes room for the bullet with this bit -
Code:
ul, ol, dl {
    margin: 0;
    padding: 0;
}
Remove that bit in red and see what happens.
__________________
Validate often DURING development - Use it like a splelchecker | Debug during Development |Write it for FireFox, ignore IE
Use the right DocType | Validate your markup | Validate your CSS | Why validating is good | Why tables are bad
Excavator is offline   Reply With Quote
Users who have thanked Excavator for this post:
MMM717 (11-17-2012)