Add SVG version of bullet-icon and use .list-style-image-svg()

* Adds bullet-image.svg

* Depends on I09319e9188878c in MediaWiki core

Edokter idea.

Bug: T37338
Change-Id: If380fcca663859d1bb688bb621c267b815b3e21a
This commit is contained in:
paladox 2015-01-19 09:51:27 +00:00 committed by Paladox
parent 26e5e32692
commit eea9966d5c
2 changed files with 5 additions and 1 deletions

View File

@ -126,7 +126,7 @@ div.emptyPortlet {
ul {
list-style-type: disc;
.list-style-image('images/bullet-icon.png');
.list-style-image-svg('images/bullet-icon.svg', 'images/bullet-icon.png');
}
pre, .mw-code {

4
images/bullet-icon.svg Normal file
View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="5" height="13">
<circle cx="2.5" cy="9.5" r="2.5" fill="#00528c"/>
</svg>

After

Width:  |  Height:  |  Size: 174 B