forked from Mirrors/gomuks
web/timeline: add space between reply and content
This commit is contained in:
parent
c281ba90ee
commit
d0cedfa3c3
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
blockquote.reply-body {
|
blockquote.reply-body {
|
||||||
margin: 0;
|
margin: 0 0 .25rem;
|
||||||
border-left: 2px solid #aaa;
|
border-left: 2px solid #aaa;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue