make indents have faint lines, for following talk pages
This commit is contained in:
parent
b3b76644ab
commit
5f1933a345
1 changed files with 5 additions and 2 deletions
7
skin.css
7
skin.css
|
@ -256,7 +256,11 @@ code.escaped {
|
|||
text-indent: 0;
|
||||
}
|
||||
.vspace { margin-top:25px; }
|
||||
.indent { margin-left:15px; }
|
||||
.indent {
|
||||
padding-left: 15px;
|
||||
border-left: 1px solid lightgray;
|
||||
margin-left: 5px;
|
||||
}
|
||||
.outdent { margin-left:15px; text-indent:-15px; }
|
||||
a.createlinktext { text-decoration:none; border-bottom:1px dotted gray; }
|
||||
a.createlink { text-decoration:none; position:relative; top:-7px;
|
||||
|
@ -495,7 +499,6 @@ table.sortable th.dir-d::after {
|
|||
padding-left:10px;
|
||||
}
|
||||
.vspace { margin-top: 20px; }
|
||||
.indent { margin-left:40px; }
|
||||
.outdent { margin-left:40px; text-indent:-40px; }
|
||||
|
||||
.rtl .indent, .rtl.indent, .rtl .outdent, .rtl.outdent {
|
||||
|
|
Loading…
Reference in a new issue