Merge branch 'f0ckdev' into 'master'

CSS-Zeug

See merge request !18
This commit is contained in:
Flummi 2016-11-04 16:24:24 +00:00
commit 1c26a3bb18
2 changed files with 6 additions and 1 deletions

View File

@ -12,7 +12,7 @@
{% if next != null %}
<a id="next" href="/{{ next }}"><<-</a>&nbsp;|&nbsp;
{% endif %}
<a id="random" href="/random" title="Random">random</a>&nbsp;
<a id="random" href="/random">random</a>&nbsp;
{% if prev != null %}
&nbsp;| <a id="prev" href="/{{ prev }}">->></a>
{% endif %}

View File

@ -9,6 +9,11 @@ body {
font-family: Monospace;
font-size: 12px;
}
.contact {
margin: 20px;
}
ul#posts {
width: calc(100% - 210px);
margin: 0;