mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 15:53:46 +00:00
Merge "Follow-up I1dee51009: Add url() to list-style-image"
This commit is contained in:
commit
0a0bd88d9e
|
@ -19,7 +19,7 @@ body {
|
|||
ul {
|
||||
// `list-style-image` sits on `ul` as it inherits and we don't need to worry about `ol`.
|
||||
// No need for PNG fallback. Fallback is browser default (a smaller, also black, circle).
|
||||
list-style-image: 'images/bullet-icon.svg';
|
||||
list-style-image: url( images/bullet-icon.svg );
|
||||
}
|
||||
|
||||
pre,
|
||||
|
|
Loading…
Reference in a new issue