From 19bac5de92117513f86c7b646a16a139f7e80872 Mon Sep 17 00:00:00 2001 From: Cameron McEfee Date: Mon, 16 May 2011 16:55:19 -0700 Subject: expand active item/category There isn't really a good way to deal with situations where there is more than one category for a post. For now, the script just expands/highlights the first occurrence. This will probably work most of the time, since the only multiple instance posts seem to be OS related. Showing the non-OS category is probably better. Ideally, we should come up with a more concise method of organization where there are no duplicates. --- shared/css/documentation.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'shared/css/documentation.css') diff --git a/shared/css/documentation.css b/shared/css/documentation.css index cafbefb..25ee156 100644 --- a/shared/css/documentation.css +++ b/shared/css/documentation.css @@ -258,6 +258,12 @@ div.sidebar-module li.disable { background-color: #f0f0f3; } +div.sidebar-module li.disable { + background-image: url(/shared/images/active-arrow.png); + background-position: left center; + background-repeat: no-repeat; +} + div.sidebar-module ul ul li a, div.sidebar-module ul ul li span { padding: 6px 0px 6px 10px; -- cgit v1.3.1