From 0621007a1eb448a7f3bba54176c64cd49b932e10 Mon Sep 17 00:00:00 2001 From: noxy Date: Fri, 4 Nov 2016 01:49:14 +0000 Subject: [PATCH 1/2] remove "title" on random --- s/item.tpl.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s/item.tpl.html b/s/item.tpl.html index 06bca53..61824b4 100644 --- a/s/item.tpl.html +++ b/s/item.tpl.html @@ -12,7 +12,7 @@ {% if next != null %}  |  {% endif %} - random  + random  {% if prev != null %}  | {% endif %} From 492f9812eed6b3ccf3bc3aa83b8faf8a08f420c5 Mon Sep 17 00:00:00 2001 From: noxy Date: Fri, 4 Nov 2016 15:45:29 +0000 Subject: [PATCH 2/2] Update style.css --- s/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/s/style.css b/s/style.css index fd00f55..4ac601c 100644 --- a/s/style.css +++ b/s/style.css @@ -9,6 +9,11 @@ body { font-family: Monospace; font-size: 12px; } + +.contact { + margin: 20px; +} + ul#posts { width: calc(100% - 210px); margin: 0;