Bug 21643 - page misalignment issue due to "padding-left:10px"
Summary: page misalignment issue due to "padding-left:10px"
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.thangmo.com/
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2008-10-16 10:02 PDT by jasneet
Modified: 2011-10-21 15:15 PDT (History)
2 users (show)

See Also:


Attachments
reduced testcase (666 bytes, text/html)
2008-10-16 10:03 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 10:02:25 PDT
I Steps:
Go to http://www.thangmo.com/

II Issue:
page is misaligned

III Conclusion:
Style property "padding-left:10px" in div "Content 1" is the cause of this issue.

IV Other Browsers:
IE7: ok
FF3: not ok

V Nightly tested: 37604
Comment 1 jasneet 2008-10-16 10:03:21 PDT
Created attachment 24396 [details]
reduced testcase
Comment 2 Tab Atkins 2011-10-21 15:15:52 PDT
The referenced site seems to have changed - it now just reports an error and tries to redirect you back to itself.

The testcase doesn't show a bug - the combined widths of all three items is 770px, while the container is 760px.  It is thus completely expected that it will overflow, and the floats will wrap down to the next line.

As such, I'm marking this bug as WORKSFORME.  If there is still a problem, please reopen this bug with a testcase illustrating the problem.