#3014 closed defect (bug) (no action required)
Body top padding not leaving room for admin bar on wp-admin
Reported by: | boonebgorges | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | minor |
Severity: | Version: | ||
Component: | Templates | Keywords: | reporter-feedback |
Cc: |
Description
The following declaration
body {
padding-top: 25px;
}
in bp-default's adminbar stylesheet is loaded too soon and thus is getting overridden by WP's dashboard reset stylesheets. Adding !important seems like a cop-out, thought perhaps it's warranted in this kind of case?
Change History (3)
Note: See
TracTickets for help on using
tickets.
Everything seems splendid in current trunk. Am I missing this? It looks fine, and the padding-top *is* being applied to the body element and is not being overriden.