Opened 12 years ago
Closed 12 years ago
#26228 closed defect (bug) (fixed)
CSS rule causing inconsistent output (in BuddyPress/bbPress)
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.8 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Administration | Keywords: | needs-patch |
| Focuses: | ui | Cc: |
Description
In wp-admin.css this rule causes a 1em margin that did not appear in 3.7 or previous.
#post-body #post-body-content h3 {
margin-top: 1em;
}
Screenshot attached.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
The top metabox title has a 1em margin that the others do not