Rockfield: Center entry title

This commit is contained in:
Thomas Guillot 2019-08-15 18:42:09 +01:00
parent 6d3749e0a1
commit 8b27fccfbb
3 changed files with 37 additions and 0 deletions

View file

@ -268,6 +268,14 @@ a {
}
}
// Entry Title
.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 {
@ -382,6 +390,10 @@ table,
/**
* Comments
*/
.comments-title {
text-align: center;
}
.comment-list {
> li:first-child {
border-top-width: 2px;
@ -408,6 +420,7 @@ table,
.comment-reply-title {
display: inherit;
text-align: center;
}
.comment .comment-reply-title {

View file

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

View file

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