fix test for small change to the pie module.

This commit is contained in:
Chris Eppstein 2010-11-21 14:54:16 -08:00
parent 6d8104e0ad
commit ce7bbd0535
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,3 @@
@charset "UTF-8";
.bg-simple-image {
background-image: url("foo.png"); }

View File

@ -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');