1 Oct
2013
1 Oct
'13
7:50 p.m.
There is now a big white stripe in the Haskell.org's header (see the screenshot). Roman
1 Oct
1 Oct
11:17 p.m.
The offending HTML is on line 93: <p><br/></p> When I delete this paragraph element from the DOM, the ugly white bar goes away.
11:30 p.m.
Apparently that element is generated by the wiki software, since most pages want the "view source / history" buttons above the rest of the content. jQuery('#mw-content-text > p:first').hide() -- Dan Burton On Tue, Oct 1, 2013 at 8:17 AM, Dan Burton <danburton.email@gmail.com>wrote:
The offending HTML is on line 93:
<p><br/></p>
When I delete this paragraph element from the DOM, the ugly white bar goes away.
4680
Age (days ago)
4680
Last active (days ago)
2 comments
2 participants
participants (2)
-
Dan Burton -
Roman Cheplyaka