Opened 15 years ago
Closed 14 years ago
#19428 closed defect (bug) (invalid)
Twenty Eleven: One column layout w/ comment layout issue
| Reported by: | Zeo | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Bundled Theme | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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
@
15 years ago
- Component Themes → 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
@
14 years ago
- Milestone Awaiting Review
- Resolution → invalid
- Status new → closed
Replying to solarissmoke:
Looking at the CSS, this appears to be intentional, to use less space given that the width of the
primarydiv is quite narrow.
Yes, this is intentional, for the exact reasons solarissmoke described.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Please ignore the gutter issue in Sample Page. Cache issue, need to hard refresh my browser. Sorry.