Opened 13 years ago
Closed 12 years ago
#20581 closed defect (bug) (fixed)
Remove obsolete login form style
Reported by: | SergeyBiryukov | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | trivial | Version: | 2.7 |
Component: | UI | Keywords: | has-patch |
Focuses: | Cc: |
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.
To clarify,
#login form p
is a more specific selector here than.login form p
.