Kaydet (Commit) bdcc96c9 authored tarafından Fred Drake's avatar Fred Drake

Changes from 1.5.2p2, plus fix a couple of errors noted by Hernan

Martinez Foffani <hfoffani@sofrecom.com.ar>.
üst bc9476eb
...@@ -32,26 +32,32 @@ h1, h2, h3, h4, h5, h6 { font-family: avantgarde, sans-serif; ...@@ -32,26 +32,32 @@ h1, h2, h3, h4, h5, h6 { font-family: avantgarde, sans-serif;
h1 { font-size: 180% } h1 { font-size: 180% }
h2 { font-size: 150% } h2 { font-size: 150% }
h3, h4 { font-size: 120% } h3, h4 { font-size: 120% }
code, tt { font-family: courier } code, tt { font-family: monospace }
var { font: italic normal serif } var { font-family: serif;
font-style: italic;
font-weight: normal }
.navigation .title { font-family: avantgarde, sans-serif; .navigation .title { font-family: avantgarde, sans-serif;
font-size: 110% } font-size: 110% }
.verbatim { color: darkblue } .verbatim { color: #00008b }
.email { font-family: avantgarde, sans-serif } .email { font-family: avantgarde, sans-serif }
.mimetype { font-family: avantgarde, sans-serif } .mimetype { font-family: avantgarde, sans-serif }
.newsgroup { font-family: avantgarde, sans-serif } .newsgroup { font-family: avantgarde, sans-serif }
.url { font-family: avantgarde, sans-serif } .url { font-family: avantgarde, sans-serif }
.file { font-family: avantgarge, sans-serif } .file { font-family: avantgarde, sans-serif }
.refcount-info { font-style: italic }
.refcount-info .value { font-weight: bold;
color: #006600 }
/* /*
* Some decoration for the "See also:" blocks, in part inspired by some of * Some decoration for the "See also:" blocks, in part inspired by some of
* the styling on Lars Marius Garshol's XSA pages. * the styling on Lars Marius Garshol's XSA pages.
* (The blue in the navigation bars is #99CCFF.) * (The blue in the navigation bars is #99CCFF.)
*/ */
.seealso { background-color: floralwhite; .seealso { background-color: #fffaf0;
border: thin solid black; border: thin solid black;
padding: 4pt } padding: 4pt }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment