Style updates for markdown
This commit is contained in:
parent
cee353fd41
commit
9c5a7e1198
2 changed files with 8 additions and 1 deletions
|
@ -191,6 +191,10 @@ ul {
|
|||
padding-left : 5px;
|
||||
}
|
||||
|
||||
.markdown h3 {
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
.navigation a {
|
||||
color : #FFC000;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
{% include page %}
|
||||
<div class="markdown">
|
||||
{% include page %}
|
||||
</div>
|
||||
<br/>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue