Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#20581 closed defect (bug) (fixed)

Remove obsolete login form style

Reported by: sergeybiryukov's profile SergeyBiryukov Owned by: nacin's profile 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)

20581.patch (418 bytes) - added by SergeyBiryukov 12 years ago.

Download all attachments as: .zip

Change History (5)

#1 @SergeyBiryukov
12 years ago

To clarify, #login form p is a more specific selector here than .login form p.

#2 @SergeyBiryukov
12 years ago

  • Milestone changed from Awaiting Review to 3.5

#3 @georgestephanis
12 years ago

Looks awesome to me.

#4 @nacin
12 years ago

  • Owner set to nacin
  • Resolution set to fixed
  • Status changed from new to closed

In [21167]:

Remove duplicated style, overridden by a more specific selector. props SergeyBiryukov, fixes #20581.

Note: See TracTickets for help on using tickets.