[Webkit-unassigned] [Bug 25017] Overlapping content on Wikipedia mobile site

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 2 19:02:08 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25017





------- Comment #2 from ddkilzer at webkit.org  2009-04-02 19:02 PDT -------
The key is this style in <http://en.m.wikipedia.org/stylesheets/webkit.css>:

  table[style] {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important; }

Removing "float: none !important;" (which is applied to a <table align="right">
element fixes the rendering issue.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list