From e901a44b5c6d8cd142af78d33d867c90413b1807 Mon Sep 17 00:00:00 2001 From: MickeyKay Date: Fri, 21 Mar 2014 10:51:36 -0700 Subject: [PATCH] Reverted back to post order plugins. Modified CSS for nested lists in the sidebar. --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index a7bee62..2224bb1 100644 --- a/style.css +++ b/style.css @@ -1567,7 +1567,10 @@ Sidebars margin-left: 0; } -.sidebar ul ul { +.sidebar ul ul, +.sidebar ul ol, +.sidebar ol ul, +.sidebar ol ol { padding-left: 15px; padding-left: 1.5rem; margin-bottom: 0;