Opened 11 years ago
Closed 10 years ago
#282 closed enhancement (fixed)
Header tags (h3) look wonky when boxed
Reported by: | adamsilverstein | Owned by: | samuelsidler |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | General | Keywords: | needs-patch 2nd-opinion |
Cc: |
Description
Currently header tags on the codex look a bit off. The header almost touches the top margin, yet has a huge margin on the bottom.
The CSS thats causing this is on L43 in style/codex-wp4.css
#bodyContent h3 { margin-bottom: 4px; padding-bottom: 4px; }
Patch to fix that upcoming
Attachments (2)
Change History (7)
#1
@
11 years ago
- Summary changed from Header tags (h3 .mw-headline) look wonky to Header tags (h3) look wonky when boxed
#3
@
11 years ago
282.2.diff More specific selector, only direct children of divs.
This ticket was mentioned in IRC in #wordpress-meta by sams. View the logs.
10 years ago
Note: See
TracTickets for help on using
tickets.
fix spacing for headers inside divs