From 928a1e6f718724ea7e65e62129740b34551648c9 Mon Sep 17 00:00:00 2001 From: Volker E Date: Mon, 15 Oct 2018 13:03:13 -0700 Subject: [PATCH] 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 --- resources/src/mediawiki.legacy/shared.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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; } -- 2.20.1