From d0900520a38776187fab8274c394f050fa3886c4 Mon Sep 17 00:00:00 2001 From: eston Date: Tue, 1 Mar 2011 23:46:41 -0800 Subject: [PATCH] Org-mode generates invalid lists --- lib/gollum/frontend/public/css/template.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/gollum/frontend/public/css/template.css b/lib/gollum/frontend/public/css/template.css index 742c7bba..baee2ad4 100644 --- a/lib/gollum/frontend/public/css/template.css +++ b/lib/gollum/frontend/public/css/template.css @@ -102,7 +102,11 @@ /* Nested Lists */ #template ul li ul, - #template ol li ol { + #template ol li ol, + #template ul li ol, + #template ol li ul, + #template ul ul, + #template ol ol { padding: 0 0 0 14px; }