From b18573f8133c497b9935892426b2a987c0595c29 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Mon, 30 Nov 2009 22:49:29 -0800 Subject: [PATCH] Fix failing unit test. --- test/fixtures/stylesheets/compass/css/reset.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/stylesheets/compass/css/reset.css b/test/fixtures/stylesheets/compass/css/reset.css index 2df6b411..ed6b01b4 100644 --- a/test/fixtures/stylesheets/compass/css/reset.css +++ b/test/fixtures/stylesheets/compass/css/reset.css @@ -20,7 +20,7 @@ table, caption, tbody, tfoot, thead, tr, th, td { outline: 0; } body { - line-height: 1em; + line-height: 1; color: #000; background: #fff; }