Flatpage styling
This commit is contained in:
parent
a7d389020a
commit
23a3f7e9d2
|
@ -345,6 +345,16 @@ img.emoji {
|
||||||
height: 0.8em;
|
height: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Generic markdown styling */
|
||||||
|
|
||||||
|
.markdown p {
|
||||||
|
margin: 4px 0 10px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.markdown li {
|
||||||
|
margin: 4px 0 10px 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* Icon menus */
|
/* Icon menus */
|
||||||
|
|
||||||
.icon-menu .option {
|
.icon-menu .option {
|
||||||
|
|
|
@ -4,5 +4,7 @@
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1>{{ title }}</h1>
|
<h1>{{ title }}</h1>
|
||||||
|
<div class="markdown">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in New Issue