comparison doc/default.css @ 1125:3c1533be3822

more doc
author Richard Jones <richard@users.sourceforge.net>
date Thu, 12 Sep 2002 03:57:09 +0000
parents c5819344714c
children c9f37630cf76
comparison
equal deleted inserted replaced
1124:1fc1f92c5f31 1125:3c1533be3822
1 /* 1 /*
2 :Author: David Goodger 2 :Author: David Goodger
3 :Contact: goodger@users.sourceforge.net 3 :Contact: goodger@users.sourceforge.net
4 :date: $Date: 2002-09-10 07:07:16 $ 4 :date: $Date: 2002-09-12 03:57:09 $
5 :version: $Revision: 1.8 $ 5 :version: $Revision: 1.9 $
6 :copyright: This stylesheet has been placed in the public domain. 6 :copyright: This stylesheet has been placed in the public domain.
7 7
8 Default cascading style sheet for the HTML output of Docutils. 8 Default cascading style sheet for the HTML output of Docutils.
9 */ 9 */
10 10
156 span.problematic { 156 span.problematic {
157 color: red } 157 color: red }
158 158
159 table { 159 table {
160 margin-top: 0.5em ; 160 margin-top: 0.5em ;
161 margin-bottom: 0.5em } 161 margin-bottom: 0.5em ;
162 }
162 163
163 table.citation { 164 table.citation {
165 border-top: 0;
166 border-bottom: 0;
167 border-right: 0;
164 border-left: solid thin gray ; 168 border-left: solid thin gray ;
165 padding-left: 0.5ex } 169 padding-left: 0.5ex }
166 170
167 table.docinfo { 171 table.docinfo {
168 margin: 2em 4em } 172 margin: 2em 4em }
172 padding-left: 0.5ex } 176 padding-left: 0.5ex }
173 177
174 td, th { 178 td, th {
175 padding-left: 0.5em ; 179 padding-left: 0.5em ;
176 padding-right: 0.5em ; 180 padding-right: 0.5em ;
177 vertical-align: baseline } 181 vertical-align: baseline;
182 }
183
184 table.table {
185 border-spacing: 0px;
186 border-collapse: separate;
187 }
188 table.table td {
189 text-align: left;
190 border: solid thin gray;
191 }
192
193 table.table th {
194 text-align: left;
195 border: solid thin gray;
196 }
178 197
179 td > p:first-child, th > p:first-child { 198 td > p:first-child, th > p:first-child {
180 margin-top: 0em } 199 margin-top: 0em }
181 200
182 th.docinfo-name { 201 th.docinfo-name {

Roundup Issue Tracker: http://roundup-tracker.org/