JsonContent: Remove never-used caption styles
authorEd Sanders <esanders@wikimedia.org>
Fri, 12 Apr 2019 19:49:54 +0000 (20:49 +0100)
committerEd Sanders <esanders@wikimedia.org>
Fri, 12 Apr 2019 19:50:35 +0000 (20:50 +0100)
Change-Id: Ibf999b9a527bc0ae60222bc25b10e6cd13fb7884

resources/src/mediawiki.content.json.less

index e084ab8..5203261 100644 (file)
        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;
-}