Administration: CSS coding standards

- properties should be followed by a colon and a space
- media queries shouldn't use spaces within parenthesis
- indentation should use tabs instead of spaces or mixed spaces / tabs
- the content property should use double quotes
- no double spaces

Props nadim0988, afercia.
Fixes #45185.


git-svn-id: https://develop.svn.wordpress.org/trunk@44637 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia
2019-01-17 07:40:40 +00:00
parent 15f4df2af6
commit fb37359865
28 changed files with 157 additions and 152 deletions
+3 -3
View File
@@ -63,7 +63,7 @@ ul, ol, dl {
}
a img {
border:0
border: 0
}
abbr {
border: 0;
@@ -84,7 +84,7 @@ label {
margin: 6px 0 14px 0;
padding: 0 0 7px 0;
border-bottom: none;
text-align:center
text-align: center
}
#logo a {
background-image: url(../images/w-logo-blue.png?ver=20131202);
@@ -330,7 +330,7 @@ body.rtl,
}
}
@media screen and ( max-width: 782px ) {
@media screen and (max-width: 782px) {
.form-table {
margin-top: 0;