Bug 18117 - incorrect spacing in header because of text-align: right
Summary: incorrect spacing in header because of text-align: right
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.skyrock.com/
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2008-03-26 12:00 PDT by jasneet
Modified: 2011-10-20 02:03 PDT (History)
2 users (show)

See Also:


Attachments
screenshot (186.83 KB, image/jpeg)
2008-03-26 12:00 PDT, jasneet
no flags Details
reduction (850 bytes, text/html)
2008-03-26 12:01 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-03-26 12:00:05 PDT
I Steps:
Go to 
http://www.skyrock.com/
Login with your account username/password.

II Issue:
The spacing is incorrect in header after : new messages; create my blog; manage my profile 

III Conclusion:
The issue is found with text-align: right and leaving a space after the link.
The issue is resolved in Safari when : #header_right { text-align:right;} is removed.
The issue also gets resolved in Safari when : removing the space after Manage : <a href="/">Manage</a></li>

IV Other browsers:
IE7: ok
FF3: ok
Opera9.24: ok

V Nightly tested: 31315
Comment 1 jasneet 2008-03-26 12:00:44 PDT
Created attachment 20089 [details]
screenshot
Comment 2 jasneet 2008-03-26 12:01:17 PDT
Created attachment 20090 [details]
reduction
Comment 3 Tab Atkins 2011-10-20 02:03:19 PDT
This appears to have been fixed - the reduction now shows a space between the word and the border.

Please reopen if I'm wrong and the bug is actually still around.