Add quote threading CSS.

This commit is contained in:
Zixaphir 2013-04-19 01:44:40 -07:00
parent 0e1505dc22
commit d61f7e6f3d
6 changed files with 16 additions and 7 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@ -898,6 +898,14 @@ else ""
text-decoration: underline;
text-decoration: line-through !important;
}
/* Quote Threading */
.threadContainer {
margin-left: 2em;
border-left: 1px solid;
}
.threadOP {
clear: both;
}
/* Backlinks */
.backlink {
text-decoration: #{if _conf["Underline Links"] then "underline" else "none"};

View File

@ -34,7 +34,8 @@ a[style="cursor: pointer; float: right;"] + div[style^="width: 100%;"] > table >
background: #{theme["Reply Background"]} !important;
}
#fs_data,
#fs_data * {
#fs_data *,
.threadContainer {
border-color: #{theme["Reply Border"]} !important;
}
html {