#6036 closed defect (bug) (fixed)
Give .wrap a max-width
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.5 | Priority: | normal |
Severity: | normal | Version: | 2.5 |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description
Let's make everyone happy here. Setting a max-width on .wrap at 960px, so now the page fits on a 800x600 screen, but doesn't get overly-wide on a high-res screen.
Changes to .submitbox necessary as a result, now floated instead of positioned absolute; new containing div around main Post page column to keep it from overlapping submitbox.
Also set a max-width and word-wrap on the .comment column on the Comments page; this keeps overly-long words from breaking layout (for the one browser that supports it currently, anyway).
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [7101]) Set max width on .wrap. Props mt. fixes #6036