Fix space in quote hash navigation

This commit is contained in:
Zixaphir 2014-01-19 04:31:50 -07:00
parent 6d8cd45b41
commit a1a427dbda
3 changed files with 5 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1211,6 +1211,9 @@ a.useremail:last-of-type {
.inline + .hashlink {
display: none;
}
.hashlink::before {
content: '\\00a0';
}
/* Quote Threading */
.threadContainer {
padding-left: 2em;