Merge branch 'master' into docs

* master:
  Making sure there are no bullets in all browsers. Safari, for example, let's `list-style-image: ...` win out over `list-style-type: none`.
This commit is contained in:
Chris Eppstein 2010-03-16 15:29:17 -05:00
commit 1097e92ad3

View File

@ -1,10 +1,12 @@
// Turn off the bullet for an element of a list
=no-bullet
list-style-image: none
list-style-type: none
margin-left: 0px
// turns off the bullets for an entire list
=no-bullets
list-style: none
li
+no-bullet