diff --git a/components/common.less b/components/common.less index c25a26a..f85fbb0 100644 --- a/components/common.less +++ b/components/common.less @@ -126,7 +126,9 @@ div.emptyPortlet { ul { list-style-type: disc; - .list-style-image('images/bullet-icon.png'); + 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; } pre, .mw-code { diff --git a/images/bullet-icon.svg b/images/bullet-icon.svg new file mode 100644 index 0000000..fa83a67 --- /dev/null +++ b/images/bullet-icon.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file