From 72257d1f79248e2a19974ffe71f1964415d05650 Mon Sep 17 00:00:00 2001 From: Senji Date: Mon, 24 Aug 2015 15:57:31 +0100 Subject: [PATCH] ... --- local.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/local.css b/local.css index c172b41d..a8388562 100644 --- a/local.css +++ b/local.css @@ -40,12 +40,15 @@ ul.splitlist {overflow: auto;} } div.multicol ul li {list-style: none; - list-stype-position: inside} + list-stype-position: inside + text-indent: -4em;} + @media all and (min-width: 500pt) and (max-width: 729pt) { div.multicol ul li {width: 45%; float: left; margin-right: 1%;} + } @media all and (min-width: 730pt) and (max-width: 959pt) { -- 2.30.2