#1659 closed defect (bug) (fixed)
Comment backshade width consistency - Frontpage and Profile
| Reported by: | Ezd | Owned by: | |
|---|---|---|---|
| Priority: | trivial | Milestone: | 1.2 |
| Component: | Version: | ||
| Severity: | Keywords: | ||
| Cc: |
Description
The backshade behind comments is very wide in the profile and narrow on the frontpage. This might or might not be a "bug" but the backshade should probably be the same width since both pages uses the same column width. The small change would make these 2 pages more consistent. Personally I prefer the narrow backshade width which just looks an inch "lighter".
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)
this is caused by
body.internal-page div.activity-comments {width:auto;}overriding
div.activity-comments {width:75%;}in default.css