From: Ed Sanders Date: Fri, 12 Apr 2019 19:49:54 +0000 (+0100) Subject: JsonContent: Remove never-used caption styles X-Git-Tag: 1.34.0-rc.0~1959^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=1b18e854be3d3ccaacd9413167a47e9514b19e73;p=lhc%2Fweb%2Fwiklou.git JsonContent: Remove never-used caption styles Change-Id: Ibf999b9a527bc0ae60222bc25b10e6cd13fb7884 --- diff --git a/resources/src/mediawiki.content.json.less b/resources/src/mediawiki.content.json.less index e084ab81c2..52032614b0 100644 --- a/resources/src/mediawiki.content.json.less +++ b/resources/src/mediawiki.content.json.less @@ -43,17 +43,3 @@ background-color: #fff; font-weight: normal; } - -.mw-json caption { - /* For stylistic reasons, suppress the caption of the outermost table */ - display: none; -} - -.mw-json table caption { - color: #72777d; - display: inline-block; - font-size: 10px; - font-style: italic; - margin-bottom: 0.5em; - text-align: left; -}