Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

list style type none still leaves room for bullet

li.title {
  list-style-type: none;
  margin-left: -1em; 
}

/* You can also use percentages */ 
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #list #style #type #leaves #room #bullet
ADD COMMENT
Topic
Name
1+2 =