-rw-r--r-- | htdocs/style.css | 8 |
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 @@ -216,2 +216,3 @@ div.prevnext a:hover { color: white; + text-decoration: none; } @@ -226,2 +227,3 @@ dl.quickref { margin: 1ex 1em; + overflow: hidden; } @@ -236,3 +238,4 @@ dl.quickref dd { padding: 0px; - border: 1px solid grey; + border: 1px solid gray; + overflow: hidden; } @@ -247,2 +250,4 @@ dl.quickref blockquote { font-family: monospace; + font-size: 90%; + overflow: hidden; } @@ -255,2 +260,3 @@ dl.quickref blockquote em { background: #ffc0c0; + overflow: hidden; } |