Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bdcc96c

Browse files
committed
Changes from 1.5.2p2, plus fix a couple of errors noted by Hernan
Martinez Foffani <[email protected]>.
1 parent bc9476e commit bdcc96c

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

Doc/html/style.css

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,26 +32,32 @@ h1, h2, h3, h4, h5, h6 { font-family: avantgarde, sans-serif;
3232
h1 { font-size: 180% }
3333
h2 { font-size: 150% }
3434
h3, h4 { font-size: 120% }
35-
code, tt { font-family: courier }
36-
var { font: italic normal serif }
35+
code, tt { font-family: monospace }
36+
var { font-family: serif;
37+
font-style: italic;
38+
font-weight: normal }
3739

3840
.navigation .title { font-family: avantgarde, sans-serif;
3941
font-size: 110% }
4042

41-
.verbatim { color: darkblue }
43+
.verbatim { color: #00008b }
4244

4345
.email { font-family: avantgarde, sans-serif }
4446
.mimetype { font-family: avantgarde, sans-serif }
4547
.newsgroup { font-family: avantgarde, sans-serif }
4648
.url { font-family: avantgarde, sans-serif }
47-
.file { font-family: avantgarge, sans-serif }
49+
.file { font-family: avantgarde, sans-serif }
50+
51+
.refcount-info { font-style: italic }
52+
.refcount-info .value { font-weight: bold;
53+
color: #006600 }
4854

4955
/*
5056
* Some decoration for the "See also:" blocks, in part inspired by some of
5157
* the styling on Lars Marius Garshol's XSA pages.
5258
* (The blue in the navigation bars is #99CCFF.)
5359
*/
54-
.seealso { background-color: floralwhite;
60+
.seealso { background-color: #fffaf0;
5561
border: thin solid black;
5662
padding: 4pt }
5763

0 commit comments

Comments
 (0)