Opened 3 years ago

Closed 3 years ago

#13512 closed defect (bug) (fixed)

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

Reported by: hakre Owned by:
Priority: lowest Milestone: 3.0
Component: Administration Version: 3.0
Severity: normal Keywords: has-patch
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 3 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 follow-up: ↓ 2   TobiasBg3 years ago

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

hakre3 years ago

comment:2 in reply to: ↑ 1   hakre3 years ago

Replying to TobiasBg:

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

Fixed.

  • 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.