StrategyWiki:Staff lounge: Difference between revisions

From StrategyWiki, the video game walkthrough and strategy guide wiki
Line 118: Line 118:
--{{User:Notmyhandle/Sig}} 20:20, 14 March 2019 (UTC)
--{{User:Notmyhandle/Sig}} 20:20, 14 March 2019 (UTC)
:This generally happens when the ToC is transcluded, or are you seeing it on every page? -- [[User:Prod|Prod]] ([[User talk:Prod|talk]]) 20:32, 14 March 2019 (UTC)
:This generally happens when the ToC is transcluded, or are you seeing it on every page? -- [[User:Prod|Prod]] ([[User talk:Prod|talk]]) 20:32, 14 March 2019 (UTC)
::It appears inconsistent. Examples I am comparing: [[The Legend of Zelda: A Link to the Past]] (the empty paragraph is injected here) versus [[Mega Man X]] (no extra paragraph). --{{User:Notmyhandle/Sig}} 01:35, 15 March 2019 (UTC)
::Also, while comparing it is clear that there is a bunch of extra white space we could kill by minimizing the bottom margin of <nowiki><h2 id="editToC"></nowiki> to between -0.5em to 0em (my vote is for -0.5em, though 0em may guarantee better viewing compatibility overall). The example code I am suggesting as a fix is:
<pre>.mw-body h2 {
    margin: 2em 0 1em;
    margin-bottom: -0.5em;
}</pre>
--{{User:Notmyhandle/Sig}} 01:35, 15 March 2019 (UTC)