|
@@ -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;
|
|
|
}
|