Mercurial > hg-website
changeset 317:8ebf006007f8
Remove the bullets from the Guide index.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Thu, 12 Nov 2009 21:13:57 -0500 |
parents | a358ffb8aea5 |
children | 246341163502 |
files | .hgsubstate static/css/styles.css |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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; }