comparison doc/style.css @ 1118:71c5b25b371a

Notes cleanup and minor stylistic fixes.
author zas_
date Mon, 10 Nov 2008 18:02:09 +0000
parents 73bbcaf9abba
children 829f45bf988b
comparison
equal deleted inserted replaced
1117:73bbcaf9abba 1118:71c5b25b371a
9 font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif; 9 font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
10 } 10 }
11 11
12 table {page-break-before: always} 12 table {page-break-before: always}
13 13
14 a:hover {background-color: white}
15
16 a.bottomnote {text-decoration: none; color: black;}
17
14 .option_name { font-variant: small-caps; font-size: 90%; font-weight: bold } 18 .option_name { font-variant: small-caps; font-size: 90%; font-weight: bold }
19
20 dt { font-weight: bold }
15 21
16 p.previous { 22 p.previous {
17 text-align: left 23 text-align: left
18 } 24 }
19 p.navtop_title { 25 p.navtop_title {
110 } 116 }
111 .note em { 117 .note em {
112 font-weight: bold 118 font-weight: bold
113 } 119 }
114 120
121 p.bottomnote {
122 margin-top: 5em;
123 font-style: italic;
124 font-size: 90%
125 }
126 .bottomnote em {
127 font-weight: bold
128 }
129
130 span.note_label {
131 font-weight: bold;
132 }
133
115 code { 134 code {
135 margin-left: 0.3em;
136 padding: 0.1em;
116 background: white 137 background: white
117 } 138 }
118 139
119 /* collections.html */ 140 /* collections.html */
120 div.collections-shortcuts {text-align: center} 141 div.collections-shortcuts {text-align: center}