From a8ff39a8e486352d1dc232dc419d78f3e8a1d7d8 Mon Sep 17 00:00:00 2001 From: Brikou CARRE Date: Mon, 12 Sep 2011 09:34:45 +0300 Subject: [PATCH] removed useless unit --- .../compass/stylesheets/compass/typography/lists/_bullets.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/compass/stylesheets/compass/typography/lists/_bullets.scss b/frameworks/compass/stylesheets/compass/typography/lists/_bullets.scss index aabe802a..958eefc0 100644 --- a/frameworks/compass/stylesheets/compass/typography/lists/_bullets.scss +++ b/frameworks/compass/stylesheets/compass/typography/lists/_bullets.scss @@ -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