#3014 closed defect (bug) (no action required)
Body top padding not leaving room for admin bar on wp-admin
| Reported by: | boonebgorges | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.5 |
| Component: | Templates | Version: | |
| Severity: | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.