https://bugzilla.wikimedia.org/show_bug.cgi?id=17316


Derk-Jan Hartman <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]




--- Comment #11 from Derk-Jan Hartman <[email protected]>  2009-08-07 
16:53:04 UTC ---
The body requires a forced margin of 0 to override the default margin (like in
Webkit). Otherwise you get a horizontal scrollbar because one of the div's is
100% wide (pagewidth) making the entire body pagewidth + margin.

body { margin: 0; }

I tested this in Webkit inspector.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to