From 3b06372a95d463278660c82a04772b68fc33c297 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Wed, 24 Jul 2013 10:38:06 +0200 Subject: More space between two list items --- docs/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/style.css b/docs/style.css index 41651e1..6d5b32d 100644 --- a/docs/style.css +++ b/docs/style.css @@ -130,8 +130,8 @@ ul#toc { list-style-type: none; } -li + li { - margin-top: 0.1em; +li { + margin-top: 0.5em; } ul ul, -- cgit v1.2.3