From 86b78ff4010e2c5d7210d4a92adaa56e29036ddc Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Tue, 24 Nov 2009 10:36:51 -0800 Subject: [PATCH] Fix test failure. --- test/fixtures/stylesheets/blueprint/css/typography.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/test/fixtures/stylesheets/blueprint/css/typography.css b/test/fixtures/stylesheets/blueprint/css/typography.css index 53f7e26b..ab85ffc5 100644 --- a/test/fixtures/stylesheets/blueprint/css/typography.css +++ b/test/fixtures/stylesheets/blueprint/css/typography.css @@ -111,14 +111,16 @@ pre, code, tt { line-height: 1.5; } li ul, li ol { - margin: 0 1.5em; } + margin: 0; } + +ul, ol { + margin: 0 1.5em 1.5em 0; + padding-left: 3.333em; } ul { - margin: 0 1.5em 1.5em 1.5em; list-style-type: disc; } ol { - margin: 0 1.5em 1.5em 1.5em; list-style-type: decimal; } dl {