From f50e64632c29d669da65487348a01ec243689a3f Mon Sep 17 00:00:00 2001 From: Marco Ziesing Date: Thu, 24 May 2012 17:39:44 +0200 Subject: [PATCH] added indentation for nested lists --- template/styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/template/styles.css b/template/styles.css index 9b92b0f..864cd70 100755 --- a/template/styles.css +++ b/template/styles.css @@ -404,6 +404,8 @@ li::before { position: absolute; } +li li { padding: 0 0 0 1em; } + pre { font-family: 'Droid Sans Mono', 'Courier New', monospace;