mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-22 15:21:01 +00:00
Flatpage styling
This commit is contained in:
parent
a7d389020a
commit
23a3f7e9d2
2 changed files with 12 additions and 0 deletions
|
@ -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 a new issue