We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6476a32 commit cca0ba8Copy full SHA for cca0ba8
doc/default.css
@@ -1,15 +1,15 @@
1
/*
2
:Author: David Goodger
3
:Contact: [email protected]
4
-:date: $Date: 2004-03-26 06:11:32 $
5
-:version: $Revision: 1.11 $
+:date: $Date: 2004-04-18 23:12:06 $
+:version: $Revision: 1.12 $
6
:copyright: This stylesheet has been placed in the public domain.
7
8
Default cascading style sheet for the HTML output of Docutils.
9
*/
10
11
a.target {
12
- color: black }
+ color: blue }
13
14
a.toc-backref {
15
text-decoration: none ;
@@ -75,8 +75,15 @@ div.system-message p.system-message-title {
75
div.topic {
76
margin: 2em }
77
78
+h1 {
79
+ margin-top: 2em;
80
+ text-decoration: underline;
81
+}
82
+
83
h1.title {
- text-align: center }
84
+ text-align: center;
85
+ margin-top: .5em;
86
87
88
h2.subtitle {
89
text-align: center }
0 commit comments