|
@@ -2066,7 +2066,10 @@ table th,
|
|
*/
|
|
*/
|
|
.aligncenter {
|
|
.aligncenter {
|
|
clear: both;
|
|
clear: both;
|
|
|
|
+ display: block;
|
|
float: none;
|
|
float: none;
|
|
|
|
+ margin-left: auto;
|
|
|
|
+ margin-right: auto;
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -3017,10 +3020,18 @@ body:not(.fse-enabled) .footer-menu a {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.comment-meta .comment-author {
|
|
|
|
+ line-height: 1.125;
|
|
|
|
+ margin-bottom: 4px;
|
|
|
|
+ padding-left: 40px;
|
|
|
|
+}
|
|
|
|
+
|
|
@media only screen and (min-width: 560px) {
|
|
@media only screen and (min-width: 560px) {
|
|
.comment-meta .comment-author {
|
|
.comment-meta .comment-author {
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
|
|
+ margin-bottom: 0;
|
|
|
|
+ padding-left: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -3041,6 +3052,13 @@ body:not(.fse-enabled) .footer-menu a {
|
|
|
|
|
|
.comment-meta .comment-metadata {
|
|
.comment-meta .comment-metadata {
|
|
color: #444444;
|
|
color: #444444;
|
|
|
|
+ padding-left: 40px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (min-width: 560px) {
|
|
|
|
+ .comment-meta .comment-metadata {
|
|
|
|
+ padding-left: 0;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.comment-meta .comment-metadata a {
|
|
.comment-meta .comment-metadata a {
|