comparison doc/default.css @ 1228:c9f37630cf76

doc
author Richard Jones <richard@users.sourceforge.net>
date Thu, 26 Sep 2002 06:41:46 +0000
parents 3c1533be3822
children 67aea3fddce7
comparison
equal deleted inserted replaced
1227:92d8e1aad2e9 1228:c9f37630cf76
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-12 03:57:09 $ 4 :date: $Date: 2002-09-26 06:41:46 $
5 :version: $Revision: 1.9 $ 5 :version: $Revision: 1.10 $
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
83 83
84 hr { 84 hr {
85 width: 75% } 85 width: 75% }
86 86
87 ol.simple, ul.simple { 87 ol.simple, ul.simple {
88 margin-top: 0;
88 margin-bottom: 1em } 89 margin-bottom: 1em }
89 90
90 ol.arabic { 91 ol.arabic {
91 list-style: decimal } 92 list-style: decimal }
92 93
210 font-size: 100% } 211 font-size: 100% }
211 212
212 tt { 213 tt {
213 background-color: #eeeeee } 214 background-color: #eeeeee }
214 215
216 tt.literal span.pre {
217 background-color: #eeeeee
218 }
219
215 ul.auto-toc { 220 ul.auto-toc {
216 list-style-type: none } 221 list-style-type: none }

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