Revert "Revert "removed useless unit""

This reverts commit f0f4ac9700.
This commit is contained in:
Chris Eppstein 2011-09-16 17:47:08 -07:00
parent 493f01c2c2
commit 77321fdb80

View File

@ -2,7 +2,7 @@
@mixin no-bullet { @mixin no-bullet {
list-style-image : none; list-style-image : none;
list-style-type : none; list-style-type : none;
margin-left : 0px; margin-left : 0;
} }
// turns off the bullets for an entire list // turns off the bullets for an entire list