|
@@ -3649,6 +3649,13 @@ p:not(.site-title) a:hover {
|
|
display: none;
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.entry-header,
|
|
|
|
+.page-title,
|
|
|
|
+.a8c-posts-list-item__title,
|
|
|
|
+.a8c-posts-list .a8c-posts-list-item__featured {
|
|
|
|
+ text-align: center;
|
|
|
|
+}
|
|
|
|
+
|
|
.sticky-post,
|
|
.sticky-post,
|
|
.a8c-posts-list .a8c-posts-list-item__featured span {
|
|
.a8c-posts-list .a8c-posts-list-item__featured span {
|
|
background: #116821;
|
|
background: #116821;
|
|
@@ -3753,6 +3760,10 @@ table th,
|
|
/**
|
|
/**
|
|
* Comments
|
|
* Comments
|
|
*/
|
|
*/
|
|
|
|
+.comments-title {
|
|
|
|
+ text-align: center;
|
|
|
|
+}
|
|
|
|
+
|
|
.comment-list > li:first-child {
|
|
.comment-list > li:first-child {
|
|
border-top-width: 2px;
|
|
border-top-width: 2px;
|
|
}
|
|
}
|
|
@@ -3777,6 +3788,7 @@ table th,
|
|
|
|
|
|
.comment-reply-title {
|
|
.comment-reply-title {
|
|
display: inherit;
|
|
display: inherit;
|
|
|
|
+ text-align: center;
|
|
}
|
|
}
|
|
|
|
|
|
.comment .comment-reply-title {
|
|
.comment .comment-reply-title {
|