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; }