From 8920381b44442e4bd7b0a026ea571603eed657dd Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 11 May 2011 01:20:18 -0700 Subject: fix docs css --- docs/src/templates/docs.css | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) (limited to 'docs/src') diff --git a/docs/src/templates/docs.css b/docs/src/templates/docs.css index dd9fb92d..3c7434ee 100644 --- a/docs/src/templates/docs.css +++ b/docs/src/templates/docs.css @@ -49,18 +49,6 @@ p { text-indent: 10px; } -ul { - font-size: 14px; - line-height: 22px; - list-style: url(img/bullet.png) outside; - padding-left: 25px; -} - -li { - line-height: 22px; - list-style: url(img/bullet.png) outside; -} - /*----- Global Layout -----*/ @@ -232,6 +220,12 @@ li { } +#sideBarContent1 ul { + font-size: 14px; + line-height: 22px; + padding-left: 25px; +} + #sideBarContent1 a.current { font-weight: bold; color: #000; @@ -700,7 +694,9 @@ li { } div.syntaxhighlighter { - overflow: hidden !important; +/* overflow: hidden !important; */ + border-left: 3px solid green; + padding-left: 1em; } #liveExText h3 { -- cgit v1.2.3