Independent Publisher 2: Remove escape characters from RTL styles, as they were breaking CSS minifiers.
This commit is contained in:
parent
f5ae54cea1
commit
787c77b0b6
1 changed files with 10 additions and 10 deletions
|
@ -59,23 +59,23 @@ td {
|
|||
--------------------------------------------------------------*/
|
||||
|
||||
input + button:not(.menu-toggle),
|
||||
input + input[type=\"button\"],
|
||||
input + input[type=\"reset\"],
|
||||
input + input[type=\"submit\"],
|
||||
input + input[type="button"],
|
||||
input + input[type="reset"],
|
||||
input + input[type="submit"],
|
||||
input + .posts-navigation .nav-links a,
|
||||
input + #content #infinite-handle span button,
|
||||
label + button:not(.menu-toggle),
|
||||
label + input[type=\"button\"],
|
||||
label + input[type=\"reset\"],
|
||||
label + input[type=\"submit\"],
|
||||
label + input[type="button"],
|
||||
label + input[type="reset"],
|
||||
label + input[type="submit"],
|
||||
label + .posts-navigation .nav-links a,
|
||||
label + #content #infinite-handle span button {
|
||||
margin-right: .21875em;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
input[type=\"checkbox\"],
|
||||
input[type=\"radio\"] {
|
||||
input[type="checkbox"],
|
||||
input[type="radio"] {
|
||||
margin-left: .1em;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
@ -401,7 +401,7 @@ ol.comment-list .trackback {
|
|||
margin-right: auto;
|
||||
}
|
||||
|
||||
.light-text span.author.vcard + a[rel=\"author\"] {
|
||||
.light-text span.author.vcard + a[rel="author"] {
|
||||
margin-right: .4375em;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
@ -411,7 +411,7 @@ ol.comment-list .trackback {
|
|||
margin-left: auto;
|
||||
}
|
||||
|
||||
.light-text a[rel=\"author\"]:first-child {
|
||||
.light-text a[rel="author"]:first-child {
|
||||
margin-left: 0;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue