
1 Oct
2013
1 Oct
'13
11:50 a.m.
There is now a big white stripe in the Haskell.org's header (see the screenshot). Roman

1 Oct
1 Oct
3: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.

3: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
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.
4296
Age (days ago)
4296
Last active (days ago)
2 comments
2 participants
participants (2)
-
Dan Burton
-
Roman Cheplyaka