[Webkit-unassigned] [Bug 21628] New: text in header is shifted down due to multiple charset declaration in css file
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 15 16:35:00 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=21628
Summary: text in header is shifted down due to multiple charset
declaration in css file
Product: WebKit
Version: 525.x (Safari 3.1)
Platform: PC
URL: http://blog.sina.com.cn/dangnianmingyue#aList_ALIST_1233
526741
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jasneet at chromium.org
CC: jasneet at chromium.org
I Steps:
Go to http://blog.sina.com.cn/dangnianmingyue#aList_ALIST_1233526741
II Issue:
text in header is shifted down. look for ....BLOG....
III Conclusion:
The misalignment of the title is caused by the multiple charset declaration in
the css file:
@charset "utf-8";
@charset "utf-8";
.bannerLayout { position:relative; }
.bannerContent { position:absolute; top:40%; left:55px; }
IV Other Browsers:
IE7: ok
FF3: ok
V Nightly tested: 37604
--
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