This works around an scss parser bug for now

This commit is contained in:
Chris Eppstein 2010-04-15 22:24:13 -07:00
parent 0caa2d2d00
commit cb1916e498

View File

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