X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fresourceloader%2FResourceLoaderImageModule.php;h=73eb8a7947c329f3f6deedadd4dc1f14c7834996;hb=23cfe1bba;hp=8fd94f7a2ef246d4a5eb7ff694a153f2f5f22c50;hpb=7d3fc7346da841688c1e43ab048c7030d3acad11;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/resourceloader/ResourceLoaderImageModule.php b/includes/resourceloader/ResourceLoaderImageModule.php index 8fd94f7a2e..73eb8a7947 100644 --- a/includes/resourceloader/ResourceLoaderImageModule.php +++ b/includes/resourceloader/ResourceLoaderImageModule.php @@ -371,9 +371,7 @@ class ResourceLoaderImageModule extends ResourceLoaderModule { protected function getCssDeclarations( $primary, $fallback ) { return array( "background-image: url($fallback);", - "background-image: -webkit-linear-gradient(transparent, transparent), url($primary);", "background-image: linear-gradient(transparent, transparent), url($primary);", - "background-image: -o-linear-gradient(transparent, transparent), url($fallback);", ); }