Fix bug in pie-element

This commit is contained in:
Chris Eppstein 2010-11-21 09:57:23 -08:00
parent df908d3854
commit 9a34f3209d

View File

@ -46,7 +46,7 @@ $pie-behavior: stylesheet-url("PIE.htc") !default;
$approach: $pie-default-approach,
$z-index: 0
) {
behavior: $behavior;
behavior: $pie-behavior;
@if $approach == relative {
position: relative;
}