Bug 21678 - vertical-align: middle causing underline for link to overlap the underlined text
Summary: vertical-align: middle causing underline for link to overlap the underlined text
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 525.x (Safari 3.1)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://www.google.com/friendconnect/
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2008-10-16 15:14 PDT by jasneet
Modified: 2012-03-14 20:56 PDT (History)
2 users (show)

See Also:


Attachments
reduced testcase (526 bytes, text/html)
2008-10-16 15:16 PDT, jasneet
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jasneet 2008-10-16 15:14:21 PDT
I Steps:
Login to http://www.google.com/friendconnect/
observe the option 'Setup your site' in left navigation

II Issue:
underline for link overlaps the underlined text

III Conclusion:
Issue is caused by the line in the css
  #gc-toc ul * { vertical-align: middle; }

Removing this gets rid of the issue.

IV Other Browsers:
IE7: ok
FF3: ok

V Nightly tested: 37604
Comment 1 jasneet 2008-10-16 15:16:20 PDT
Created attachment 24431 [details]
reduced testcase