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
@@ -214,6 +214,7 @@ div.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 {
@@ -224,6 +225,7 @@ ul.quickref.toc {
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;
@@ -234,7 +236,8 @@ dl.quickref dt {
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;
@@ -245,6 +248,8 @@ dl.quickref blockquote {
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;
@@ -253,4 +258,5 @@ dl.quickref blockquote em {
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}