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

This commit is contained in:
jenkins-bot 2015-02-14 02:47:59 +00:00 committed by Gerrit Code Review
commit 6080b48064
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