summaryrefslogtreecommitdiffabout
path: root/htdocs/style.css
Unidiff
Diffstat (limited to 'htdocs/style.css') (more/less context) (ignore whitespace changes)
-rw-r--r--htdocs/style.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/htdocs/style.css b/htdocs/style.css
index 96e4c59..28aa8df 100644
--- a/htdocs/style.css
+++ b/htdocs/style.css
@@ -213,8 +213,9 @@ div.prevnext a.prevnext-next {
213div.prevnext a:hover { 213div.prevnext a:hover {
214 background: gray; 214 background: gray;
215 border: black 1px solid; 215 border: black 1px solid;
216 color: white; 216 color: white;
217 text-decoration: none;
217} 218}
218 219
219ul.quickref.toc { 220ul.quickref.toc {
220 margin: 1em 20%; 221 margin: 1em 20%;
@@ -223,8 +224,9 @@ ul.quickref.toc {
223} 224}
224 225
225dl.quickref { 226dl.quickref {
226 margin: 1ex 1em; 227 margin: 1ex 1em;
228 overflow: hidden;
227} 229}
228dl.quickref dt { 230dl.quickref dt {
229 margin: 0.4ex; 231 margin: 0.4ex;
230 padding: 2px 0.5ex; 232 padding: 2px 0.5ex;
@@ -233,9 +235,10 @@ dl.quickref dt {
233} 235}
234dl.quickref dd { 236dl.quickref dd {
235 margin: 0px 0.4ex 0.4ex 10%; 237 margin: 0px 0.4ex 0.4ex 10%;
236 padding: 0px; 238 padding: 0px;
237 border: 1px solid grey; 239 border: 1px solid gray;
240 overflow: hidden;
238} 241}
239dl.quickref code kbd { 242dl.quickref code kbd {
240 font-style: italic; 243 font-style: italic;
241 color: #0000c0; 244 color: #0000c0;
@@ -244,13 +247,16 @@ dl.quickref blockquote {
244 background: #ffffc0; 247 background: #ffffc0;
245 padding: 4px; 248 padding: 4px;
246 border: dotted 1px gray; 249 border: dotted 1px gray;
247 font-family: monospace; 250 font-family: monospace;
251 font-size: 90%;
252 overflow: hidden;
248} 253}
249dl.quickref blockquote em { 254dl.quickref blockquote em {
250 display: block; 255 display: block;
251 font-family: inherit !important; 256 font-family: inherit !important;
252 font-size: inherit !important; 257 font-size: inherit !important;
253 font-weight: inherit !important; 258 font-weight: inherit !important;
254 font-style: inherit !important; 259 font-style: inherit !important;
255 background: #ffc0c0; 260 background: #ffc0c0;
261 overflow: hidden;
256} 262}