Add comments sorting

This commit is contained in:
Frederic Guillot
2015-10-11 18:21:54 -04:00
parent c77c9443e9
commit ffe615d201
10 changed files with 79 additions and 14 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

@@ -69,6 +69,20 @@
max-width: 800px;
}
.comment-sorting {
font-size: 0.5em;
}
span.comment-sorting a {
color: #555;
font-weight: normal;
text-decoration: none;
}
span.comment-sorting a:hover {
color: #aaa;
}
#comments .comment-textarea {
height: 80px;
width: 500px;