Skip to content

Commit cca0ba8

Browse files
author
Richard Jones
committed
*** empty log message ***
1 parent 6476a32 commit cca0ba8

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

doc/default.css

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
/*
22
:Author: David Goodger
33
4-
:date: $Date: 2004-03-26 06:11:32 $
5-
:version: $Revision: 1.11 $
4+
:date: $Date: 2004-04-18 23:12:06 $
5+
:version: $Revision: 1.12 $
66
:copyright: This stylesheet has been placed in the public domain.
77
88
Default cascading style sheet for the HTML output of Docutils.
99
*/
1010

1111
a.target {
12-
color: black }
12+
color: blue }
1313

1414
a.toc-backref {
1515
text-decoration: none ;
@@ -75,8 +75,15 @@ div.system-message p.system-message-title {
7575
div.topic {
7676
margin: 2em }
7777

78+
h1 {
79+
margin-top: 2em;
80+
text-decoration: underline;
81+
}
82+
7883
h1.title {
79-
text-align: center }
84+
text-align: center;
85+
margin-top: .5em;
86+
}
8087

8188
h2.subtitle {
8289
text-align: center }

0 commit comments

Comments
 (0)