From 7f778498f2032f1b960cce147b9d430af67063a4 Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Tue, 30 Sep 2014 18:36:40 +1300 Subject: [PATCH] Fix style of submenu --- css/layout.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/css/layout.css b/css/layout.css index de2b233..ad64938 100644 --- a/css/layout.css +++ b/css/layout.css @@ -93,9 +93,19 @@ html { margin: 0; } + #sidebar .nav .current ul { + background: #f6f7f8; + border-bottom: 1px solid #eee; + margin: 0; + padding: 0 0 10px 24px; + } + + #sidebar .nav .current ul ul { + padding: 5px 0 10px 10px; + } #sidebar .nav .current li { font-weight: normal; - padding: 5px 0; + padding: 5px 0 5px 0; list-style: none; font-size: 13px; }