Revert #contentSub and #jump-to-nav margin changes
authorBartosz Dziewoński <matma.rex@gmail.com>
Sat, 4 Nov 2017 22:27:36 +0000 (23:27 +0100)
committerBartosz Dziewoński <matma.rex@gmail.com>
Sat, 4 Nov 2017 22:30:15 +0000 (23:30 +0100)
The reduced space between the subtitle and the article content
is apparently not desirable.

* Revert "Remove contentSub from layout when empty"
  This reverts commit 09e3ac0c3a816b77d041c249ccd5b8bb88ba8ef5.
* Revert "Fix margin of #jump-to-nav"
  This reverts commit 29b9ee20207b887006f38c85464f6019dae85b69.

Bug: T178626
Change-Id: I84c890511113752ab2dc3595b114cf7970860467

resources/src/mediawiki.skinning/interface.css

index bf92086..3e0d2b9 100644 (file)
@@ -76,17 +76,6 @@ textarea {
        width: auto;
 }
 
-#contentSub:empty,
-#contentSub2:empty {
-       display: none;
-}
-
-#contentSub:empty ~ #jump-to-nav,
-#contentSub2:empty ~ #jump-to-nav {
-       margin-top: 0;
-       margin-bottom: 0;
-}
-
 span.subpages {
        display: block;
 }