fix test for small change to the pie module.
This commit is contained in:
parent
6d8104e0ad
commit
ce7bbd0535
@ -1,4 +1,3 @@
|
|||||||
@charset "UTF-8";
|
|
||||||
.bg-simple-image {
|
.bg-simple-image {
|
||||||
background-image: url("foo.png"); }
|
background-image: url("foo.png"); }
|
||||||
|
|
||||||
|
@ -17,7 +17,8 @@
|
|||||||
background: linear-gradient(#ff0000 0%, #0000ff 100%); }
|
background: linear-gradient(#ff0000 0%, #0000ff 100%); }
|
||||||
|
|
||||||
.pie-container, .widget {
|
.pie-container, .widget {
|
||||||
z-index: 0; }
|
z-index: 0;
|
||||||
|
position: relative; }
|
||||||
|
|
||||||
.z-pie-element, .widget h3 {
|
.z-pie-element, .widget h3 {
|
||||||
behavior: url('/tmp/PIE.htc');
|
behavior: url('/tmp/PIE.htc');
|
||||||
|
Loading…
Reference in New Issue
Block a user