summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 112ef39)
raw | patch | inline | side by side (parent: 112ef39)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 24 May 2002 03:12:39 +0000 (03:12 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 24 May 2002 03:12:39 +0000 (03:12 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@760 57a73879-2fb5-44c3-a270-3262357dd7e2
doc/default.css | patch | blob | history |
diff --git a/doc/default.css b/doc/default.css
index da37c8937afaddece6819528e7988acbdd30a298..789978cae4a9e74d7eab790f02e3f4b3459a138f 100644 (file)
--- a/doc/default.css
+++ b/doc/default.css
/*
:Author: David Goodger
:Contact: goodger@users.sourceforge.net
-:date: $Date: 2002-04-11 00:26:05 $
-:version: $Revision: 1.3 $
+:date: $Date: 2002-05-24 03:12:39 $
+:version: $Revision: 1.4 $
:copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
a.target {
color: blue }
+code {
+ background-color: #eeeeee }
+
div.abstract {
margin: 2em 5em }
border: medium outset ;
padding: 1em }
-div.attention h3, div.caution h3, div.danger h3, div.error h3,
-div.warning h3 {
+div.attention p.admonition-title, div.caution p.admonition-title,
+div.danger p.admonition-title, div.error p.admonition-title,
+div.warning p.admonition-title {
color: red ;
font-weight: bold ;
font-family: sans-serif }
-div.hint h3, div.important h3, div.note h3, div.tip h3 {
+div.hint p.admonition-title, div.important p.admonition-title,
+div.note p.admonition-title, div.tip p.admonition-title {
font-weight: bold ;
font-family: sans-serif }
border: medium outset ;
padding: 1em }
-div.system-message h3 {
- color: red }
+div.system-message p.system-message-title {
+ color: red ;
+ font-weight: bold }
div.topic {
margin: 2em }
-dt {
- margin-bottom: -1em }
-
h1.title {
text-align: center }
font-weight: bold }
pre.literal-block, pre.doctest-block {
- margin-left: 2em }
+ margin-left: 2em ;
+ margin-right: 2em ;
+ background-color: #eeeeee }
span.classifier {
font-family: sans-serif ;