Opened 13 years ago
Closed 13 years ago
#19428 closed defect (bug) (invalid)
Twenty Eleven: One column layout w/ comment layout issue
Reported by: | Zeo | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Bundled Theme | Keywords: | |
Focuses: | Cc: |
Description
- Set Default Layout to One-column, no sidebar.
- View Hello World! post. See the comment section.
- Visit Sample Page and left a comment. See the comment section.
See attached. Not sure whether the avatar should be in that position. And also there's a huge gutter in Sample page comment section.
Heh!
Attachments (2)
Change History (5)
#2
follow-up:
↓ 3
@
13 years ago
- Component changed from Themes to Bundled Theme
Looking at the CSS, this appears to be intentional, to use less space given that the width of the primary
div is quite narrow.
.one-column .commentlist .avatar { background: none repeat scroll 0 0 transparent; display: block; left: auto; padding: 0; right: 1.625em; top: 1.625em; }
#3
in reply to:
↑ 2
@
13 years ago
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
Replying to solarissmoke:
Looking at the CSS, this appears to be intentional, to use less space given that the width of the
primary
div is quite narrow.
Yes, this is intentional, for the exact reasons solarissmoke described.
Note: See
TracTickets for help on using
tickets.
Please ignore the gutter issue in Sample Page. Cache issue, need to hard refresh my browser. Sorry.