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: |
|
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)
Change History (4)
Note: See
TracTickets for help on using
tickets.

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