summaryrefslogtreecommitdiffabout
path: root/htdocs/style.css
Unidiff
Diffstat (limited to 'htdocs/style.css') (more/less context) (show whitespace changes)
-rw-r--r--htdocs/style.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/htdocs/style.css b/htdocs/style.css
index 28aa8df..27721d4 100644
--- a/htdocs/style.css
+++ b/htdocs/style.css
@@ -1,5 +1,5 @@
1body { 1body {
2 font-family: sans-serif; 2 font-family: arial,helvetica, sans-serif;
3 font-size: 11pt; 3 font-size: 11pt;
4} 4}
5 5
@@ -234,7 +234,8 @@ dl.quickref dt {
234 display: compact; 234 display: compact;
235} 235}
236dl.quickref dd { 236dl.quickref dd {
237 margin: 0px 0.4ex 0.4ex 10%; 237 margin: 0px 1% 0.4ex 10%;
238 width: 89%;
238 padding: 0px; 239 padding: 0px;
239 border: 1px solid gray; 240 border: 1px solid gray;
240 overflow: hidden; 241 overflow: hidden;