[Webkit-unassigned] [Bug 15206] links/images cut in half

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 14 01:49:31 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15206


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Layout and Rendering        |New Bugs
           Keywords|NeedsReduction              |




------- Comment #1 from mitz at webkit.org  2007-09-14 01:49 PDT -------
This bug stems from the recent removal of (buggy) :last-child support.
Specifically, WebKit no longer applies this odd rule[1] in
<http://sfgate.com/templates/types/homepage/style/homepage.css>:

body:last-child #verticalmenu li a {
width:auto;
display:block;
}

[1] body:last-child is a CSS hack for targeting specific browsers:
<http://thomas.tanreisoftware.com/?p=11>.

Bug 5468 is tracking the :last-child situation.


-- 
Configure bugmail: http://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