https://bugzilla.wikimedia.org/show_bug.cgi?id=32123
--- Comment #2 from Brion Vibber <[email protected]> 2011-12-07 21:45:05 UTC --- The problem is hardcoded stuff like this: <div style="float:left; width:60%;"> <!-- This width add to the margin below to equal 99%--> {{Random portal component|max=22|header=''Selected article''|subpage=Featured article|seed=53}} {{Random portal component|max=20|header=''Selected picture''|subpage=Featured picture|seed=83}} </div> <div style="float:right; width:39%"> <!-- This margin should be right of the above --> These need to, well, not assume that the window is big enough that 60% and 39% of it will be suitable widths for content. Probably setting up some global styles for "two-column" content that automatically devolves to single-column on narrow screens would be a good help... -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
