page layout broken in webkit

Bug #498574 reported by Curtis Hovey
26
This bug affects 4 people
Affects Status Importance Assigned to Milestone
Launchpad itself
Fix Released
High
Unassigned

Bug Description

The CSS rules needed by webkit were broken when the obsolete CSS was removed from style-3.0.css--something was not obsolete.

Related branches

Revision history for this message
Curtis Hovey (sinzui) wrote :

As suggested on irc and in the pastebin, the first rule removed was probably doing more that resetting.

-#maincontent {
- clear: both;
- float: left;
- width: 100%;
- margin-right: -25%;
- }

I translated this rule to

.yui-t4 .yui-main {
    clear: both;
    float: left;
    }

to fix the issue.

Revision history for this message
Diogo Matsubara (matsubara) wrote : Bug fixed by a commit
Changed in launchpad-foundations:
status: In Progress → Fix Committed
Curtis Hovey (sinzui)
Changed in launchpad-foundations:
status: Fix Committed → Fix Released
Curtis Hovey (sinzui)
Changed in launchpad:
assignee: Curtis Hovey (sinzui) → nobody
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.