mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 15:53:46 +00:00
Merge "Add SVG version of bullet-icon and use .list-style-image-svg()"
This commit is contained in:
commit
6080b48064
|
@ -126,7 +126,7 @@ div.emptyPortlet {
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
list-style-type: disc;
|
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 {
|
pre, .mw-code {
|
||||||
|
|
4
images/bullet-icon.svg
Normal file
4
images/bullet-icon.svg
Normal 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 |
Loading…
Reference in a new issue