comparison 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
comparison
equal deleted inserted replaced
289:a358ffb8aea5 317:8ebf006007f8
95 #nav li { float: left; margin: 0; padding: 0; list-style: none; } 95 #nav li { float: left; margin: 0; padding: 0; list-style: none; }
96 #nav a { float: left; color: #fff; text-decoration: none; padding: 0 16px; *padding: 0 14px; } 96 #nav a { float: left; color: #fff; text-decoration: none; padding: 0 16px; *padding: 0 14px; }
97 #nav a:hover, #nav a:focus, #nav .active a { background: #00b5f1; } 97 #nav a:hover, #nav a:focus, #nav .active a { background: #00b5f1; }
98 98
99 /* 99 /*
100 * Sidebar
101 */
102 ul.sidebar-toc { list-style-type: none; margin-left: 0;}
103 ul.sidebar-toc ul { list-style-type: none; text-indent: -1em;}
104
105 /*
100 * Search 106 * Search
101 */ 107 */
102 #search { position: absolute; right: 15px; top: 26px; color: #fff; width: 183px; height: 23px; background: url(../images/search.png) no-repeat 0 0; } 108 #search { position: absolute; right: 15px; top: 26px; color: #fff; width: 183px; height: 23px; background: url(../images/search.png) no-repeat 0 0; }
103 #search legend { display: none; } 109 #search legend { display: none; }
104 #search label { position: absolute; left: -9999px; } 110 #search label { position: absolute; left: -9999px; }