fixing page template, removing error messages when markdown or source are disabled in configuration, re-removing unnecessary spans

This commit is contained in:
El RIDO
2017-03-12 14:16:08 +01:00
parent 97171ec1f8
commit 81b00dd422
6 changed files with 86 additions and 56 deletions

View File

@@ -102,15 +102,10 @@ body.loading {
margin-bottom: 10px;
}
.pl-1::before {
content: " ";
}
.comment {
border-left: 1px solid #ccc;
padding: 5px 0 5px 10px;
white-space: pre-wrap;
transition: background-color 0.75s ease-out;
}
@@ -119,8 +114,6 @@ body.loading {
transition: background-color 0.2s ease-in;
}
footer h4 {
margin-top: 0;
}