Commit compiled CSS
This commit is contained in:
parent
d63dc2eb1b
commit
87aae76d17
1 changed files with 8 additions and 0 deletions
|
@ -33,6 +33,14 @@
|
|||
.tag.hidden {
|
||||
display: none; }
|
||||
|
||||
/* Comment section TODO move to a proper non-overrides section, possibly into Octavia base theme! */
|
||||
.comment-indicator {
|
||||
position: absolute;
|
||||
left: -4rem; }
|
||||
|
||||
.comment-section {
|
||||
display: block; }
|
||||
.comment-section article {
|
||||
padding-bottom: 0; }
|
||||
.comment-section .content p:not(:last-child) {
|
||||
margin-bottom: 0; }
|
||||
|
|
Loading…
Add table
Reference in a new issue