Merge pull request #548 from brikou/patch-1

removed useless unit
This commit is contained in:
Chris Eppstein 2011-09-11 23:45:00 -07:00
commit 93811a66c4

View File

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