View Single Post
Old 02-12-2013, 11:18 AM   #1
FunkeXMix
Enthusiast
FunkeXMix began at the beginning.
 
Posts: 48
Karma: 10
Join Date: Aug 2011
Device: Ipad
Lists (ul, ol, li) removing indent completely?

Hello community!

This thread is about removing indents completely from list items. The following CSS code manages to reduce the indenting, but how do you remove it completely? Anybody know?

Code:
ul, ol,
li {
    margin: 0%;
    padding: 0%;
}
FunkeXMix is offline   Reply With Quote