Make WordPress Core

Opened 15 years ago

Closed 15 years ago

#13512 closed defect (bug) (fixed)

In [14828] CSS Shorthand Notation /wp-admin/css/install.css was missing

Reported by: hakre's profile hakre Owned by:
Milestone: 3.0 Priority: lowest
Severity: normal Version: 3.0
Component: Administration Keywords: has-patch
Focuses: Cc:

Description

Just in [14828] did not use shorthand notation by providing change to

207	.message {
208	    border: 1px solid #e6db55;
209	    padding-top: 0.3em;
210	    padding-right: 0.6em;
211	    padding-bottom: 0.3em;
212	    padding-left: 0.6em;
213	    margin-top: 5px;
214	    margin-right: 0pt;
215	    margin-bottom: 15px;
216	    margin-left: 0pt;
217	    background-color: #ffffe0;
218	}

which can be improved then.

Attachments (1)

13512.patch (582 bytes) - added by hakre 15 years ago.

Download all attachments as: .zip

Change History (4)

#1 follow-up: @TobiasBg
15 years ago

@hakre: Your patch has a typo: "margin-top" should be just "margin".

@hakre
15 years ago

#2 in reply to: ↑ 1 @hakre
15 years ago

Replying to TobiasBg:

@hakre: Your patch has a typo: "margin-top" should be just "margin".

Fixed.

#3 @nacin
15 years ago

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

(In [14847]) Use shorthand. props hakre, fixes #13512.

Note: See TracTickets for help on using tickets.