Merge "Revert "Add svg image of bullet""

This commit is contained in:
jenkins-bot 2015-01-19 09:51:56 +00:00 committed by Gerrit Code Review
commit 98f9b318ad
2 changed files with 1 additions and 6 deletions

View File

@ -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 {

View File

@ -1,3 +0,0 @@
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" version="1.1" width="5" height="13">
<path d="m4.820297 5.8103962a2.1173267 2.1173267 0 1 1-4.23465347 0 2.1173267 2.1173267 0 1 1 4.23465347 0z" transform="matrix(1.1807342,0,0,1.1807342,-0.69148932,2.0972643)" fill="#00528c"/>
</svg>

Before

Width:  |  Height:  |  Size: 314 B