Tidy: Add mw-empty-elt class
authorTim Starling <tstarling@wikimedia.org>
Wed, 25 May 2016 00:47:06 +0000 (10:47 +1000)
committerTim Starling <tstarling@wikimedia.org>
Wed, 25 May 2016 00:48:45 +0000 (10:48 +1000)
In hindsight, it was pretty silly to put the element name in the class.
This is to support an upcoming Html5Depurate change.

Change-Id: I38ddcdb7daf8f0e2bde9e019457fd4192d86e02b

resources/src/mediawiki/mediawiki.raggett.css

index 1e1e973..129262c 100644 (file)
@@ -1,3 +1,6 @@
 .mw-empty-li {
        display: none;
 }
+.mw-empty-elt {
+       display: none;
+}