From: Volker E Date: Mon, 15 Oct 2018 20:03:13 +0000 (-0700) Subject: Simplify `list-style` property X-Git-Tag: 1.34.0-rc.0~3765^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=928a1e6f718724ea7e65e62129740b34551648c9;p=lhc%2Fweb%2Fwiklou.git Simplify `list-style` property Using `none none` value is also working on older IEs, which had issues with shorthand only `list-style: none`. Change-Id: I7d4b075ac90fd902e0c0fbc3e11449faf71fe9b2 --- diff --git a/resources/src/mediawiki.legacy/shared.css b/resources/src/mediawiki.legacy/shared.css index 83e0d8a984..cdf47d0a93 100644 --- a/resources/src/mediawiki.legacy/shared.css +++ b/resources/src/mediawiki.legacy/shared.css @@ -210,9 +210,7 @@ td.mw-submit { display: inline; margin: 0; padding: 0; - list-style: none; - list-style-type: none; - list-style-image: none; + list-style: none none; vertical-align: middle !ie; }