From 16a09e503672640f79efc61b56ada2385f41aba1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=BCller?= Date: Thu, 21 Sep 2017 22:30:32 +0200 Subject: [PATCH] minor styling improvements --- assets/public/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/public/style.css b/assets/public/style.css index 1fc9bed..8a7f455 100644 --- a/assets/public/style.css +++ b/assets/public/style.css @@ -268,3 +268,7 @@ form { #captcha { display: none; } + +li { + margin: 0.3em 0; +}