From 5f37fe48d660b35e34120fedbe3ecd06e8402b33 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sun, 2 May 2010 17:22:07 -0700 Subject: [PATCH] Can stop working around a sass bug now. --- .../compass/stylesheets/compass/utilities/lists/_bullets.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.scss b/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.scss index 6581d28c..aabe802a 100644 --- a/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.scss +++ b/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.scss @@ -28,7 +28,7 @@ margin-left: 0; li { 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; } }