diff --git a/components/common.less b/components/common.less index f85fbb0b..c25a26a9 100644 --- a/components/common.less +++ b/components/common.less @@ -126,9 +126,7 @@ div.emptyPortlet { ul { list-style-type: disc; - list-style-image: url(images/bullet-icon.svg); - /* Fallback to PNG bullet for IE 8 and below using CSS hack */ - list-style-image: url(images/bullet-icon.png)\9; + .list-style-image('images/bullet-icon.png'); } pre, .mw-code { diff --git a/images/bullet-icon.svg b/images/bullet-icon.svg deleted file mode 100644 index fa83a679..00000000 --- a/images/bullet-icon.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file