Can stop working around a sass bug now.

This commit is contained in:
Chris Eppstein 2010-05-02 17:22:07 -07:00
parent 22b7e68f31
commit 5f37fe48d6

View File

@ -28,7 +28,7 @@
margin-left: 0; margin-left: 0;
li { li {
padding-left: $padding; padding-left: $padding;
background: image-url($bullet-icon) no-repeat 0 + ($padding - $width) / 2 ($line-height - $height) / 2; background: image-url($bullet-icon) no-repeat ($padding - $width) / 2 ($line-height - $height) / 2;
list-style-type: none; list-style-type: none;
} }
} }