# HG changeset patch # User Steve Losh # Date 1258078437 18000 # Node ID 8ebf006007f85dc4bded85f920358e0b6828c1cd # Parent a358ffb8aea5bb95bfa2de756a54808c12a443b8 Remove the bullets from the Guide index. diff -r a358ffb8aea5 -r 8ebf006007f8 .hgsubstate --- a/.hgsubstate Tue Nov 10 15:23:19 2009 +0100 +++ b/.hgsubstate Thu Nov 12 21:13:57 2009 -0500 @@ -1,2 +1,2 @@ -66d47c33b0cd9dcbdf1271c653b00d110ad239cd content +8f975dea983806e4c22ce44daf0d64b27487b1c4 content cd32fa177205bc2e7325393257c5ce861399c12a rendered diff -r a358ffb8aea5 -r 8ebf006007f8 static/css/styles.css --- a/static/css/styles.css Tue Nov 10 15:23:19 2009 +0100 +++ b/static/css/styles.css Thu Nov 12 21:13:57 2009 -0500 @@ -97,6 +97,12 @@ #nav a:hover, #nav a:focus, #nav .active a { background: #00b5f1; } /* + * Sidebar + */ +ul.sidebar-toc { list-style-type: none; margin-left: 0;} +ul.sidebar-toc ul { list-style-type: none; text-indent: -1em;} + +/* * Search */ #search { position: absolute; right: 15px; top: 26px; color: #fff; width: 183px; height: 23px; background: url(../images/search.png) no-repeat 0 0; }