From 32eaf1b209eedcdf73203e09afabe3a436cf1088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20Dziewo=C5=84ski?= Date: Mon, 19 Jan 2015 09:51:27 +0000 Subject: [PATCH] Revert "Add svg image of bullet" Turns out this doesn't actually work well. Who'd have thunk? This reverts commit a6235ceb88bafcf3fdb0df57b0db4fd0ca6011b8. Bug: T37338 Change-Id: I3dcb8e8453a110d2b631711057712ac858dc42c1 --- components/common.less | 4 +--- images/bullet-icon.svg | 3 --- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 images/bullet-icon.svg diff --git a/components/common.less b/components/common.less index f85fbb0..c25a26a 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 fa83a67..0000000 --- a/images/bullet-icon.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file