Add markdown support (marked lib)

Conflicts:
	client/css/style.css
This commit is contained in:
Luc Didry 2016-09-14 22:59:09 +02:00
parent 9a3f4ddb2f
commit 36ee5a6db5
5 changed files with 35 additions and 4 deletions

View file

@ -612,3 +612,14 @@ img {
.export button, .import * {
margin-right: 15px;
}
.content h1 {
font-family: 'Rock Salt', "Arial Rounded MT Bold", arial, serif;
color: #5c9db4;
font-size: 22px;
}
.content * {
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
}