From ce7bbd0535d8ea9258feca8f6c6bbb45bd929dcb Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sun, 21 Nov 2010 14:54:16 -0800 Subject: [PATCH] fix test for small change to the pie module. --- test/fixtures/stylesheets/compass/css/gradients.css | 1 - test/fixtures/stylesheets/compass/css/pie.css | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/fixtures/stylesheets/compass/css/gradients.css b/test/fixtures/stylesheets/compass/css/gradients.css index 2e03305a..9e698510 100644 --- a/test/fixtures/stylesheets/compass/css/gradients.css +++ b/test/fixtures/stylesheets/compass/css/gradients.css @@ -1,4 +1,3 @@ -@charset "UTF-8"; .bg-simple-image { background-image: url("foo.png"); } diff --git a/test/fixtures/stylesheets/compass/css/pie.css b/test/fixtures/stylesheets/compass/css/pie.css index b68c43c9..2de7f80c 100644 --- a/test/fixtures/stylesheets/compass/css/pie.css +++ b/test/fixtures/stylesheets/compass/css/pie.css @@ -17,7 +17,8 @@ background: linear-gradient(#ff0000 0%, #0000ff 100%); } .pie-container, .widget { - z-index: 0; } + z-index: 0; + position: relative; } .z-pie-element, .widget h3 { behavior: url('/tmp/PIE.htc');