Mercurial > hg-website
diff static/css/styles.css @ 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 | bb9f90fa265d |
line wrap: on
line diff
--- 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; }