#6036 closed defect (bug) (fixed)
Give .wrap a max-width
| Reported by: | iammattthomas | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.5 |
| Component: | General | Version: | 2.5 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [7101]) Set max width on .wrap. Props mt. fixes #6036