Add comments sorting
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user