Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

ul reset

ul.reset,
ul.reset li,
ul.reset ul li {
   margin:0;
   padding: 0;
   text-indent: 0;
   list-style-type: none;
}
Source by gist.github.com #
 
PREVIOUS NEXT
Tagged: #ul #reset
ADD COMMENT
Topic
Name
3+5 =