Opened 14 years ago
Closed 14 years ago
#20581 closed defect (bug) (fixed)
Remove obsolete login form style
| Reported by: | SergeyBiryukov | Owned by: | nacin |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | UI | Version: | 2.7 |
| Severity: | trivial | Keywords: | has-patch |
| Cc: | Focuses: |
Description
Introduced in [6612], altered in [18577]:
.login form p {
margin-bottom: 24px;
}
Made obsolete by a new style in [9800]:
#login form p {
margin-bottom: 0;
}
http://core.trac.wordpress.org/browser/tags/3.3.2/wp-admin/css/wp-admin.dev.css#L5972
Attachments (1)
Change History (5)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
To clarify,
#login form pis a more specific selector here than.login form p.