Fix no cursor on show more/show less

This commit is contained in:
Teromene 2016-08-03 21:54:54 +02:00
parent 1b02330302
commit 6ee3165d6f
1 changed files with 1 additions and 0 deletions

View File

@ -171,6 +171,7 @@ h5 {
.showmore, .showless {
color: #888888;
cursor: pointer;
}