From 7b32c7138647a45138a10dbb5ff314d1e18220fd Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 6 Jul 2011 14:04:08 -0700 Subject: docs:css: remove bullet points from tutorial sidebar --- docs/src/templates/docs.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'docs/src/templates/docs.css') diff --git a/docs/src/templates/docs.css b/docs/src/templates/docs.css index f1c50007..bc0b947b 100644 --- a/docs/src/templates/docs.css +++ b/docs/src/templates/docs.css @@ -169,10 +169,20 @@ li { } +#sidebar #content-list.tutorial { + list-style: none; + text-indent: -1.2em; +} + +#sidebar #content-list.tutorial .level-0 { + text-indent: 0; +} + + #content-list { background: #fff; padding: 1em 0.4em 1em 2em; - margin: 0.95em -1em -1em -0.6em; + margin: 0.95em -0.95em -1em -0.6em; line-height: 1.5em; } -- cgit v1.2.3