mirror of
https://github.com/rystaf/mlmym.git
synced 2024-11-08 16:15:33 +00:00
draw continuity lines next to comment subtree
this is a port of the RES appearance option "Continuity" Signed-off-by: Robert Günzler <r@gnzler.io>
This commit is contained in:
parent
8c7aabab72
commit
00e066729c
|
@ -267,7 +267,9 @@ form.savecomment {
|
||||||
margin: 0px 0px 10px 20px;
|
margin: 0px 0px 10px 20px;
|
||||||
}
|
}
|
||||||
.comment .children {
|
.comment .children {
|
||||||
margin: 5px 0px 10px 15px;
|
border-left: 1px dotted gray;
|
||||||
|
padding-left: 10px;
|
||||||
|
margin: 5px 0px 10px 5px;
|
||||||
}
|
}
|
||||||
.savecomment textarea {
|
.savecomment textarea {
|
||||||
width: 500px;
|
width: 500px;
|
||||||
|
|
Loading…
Reference in a new issue