aboutsummaryrefslogtreecommitdiff
path: root/html/haddock.css
diff options
context:
space:
mode:
Diffstat (limited to 'html/haddock.css')
-rw-r--r--html/haddock.css20
1 files changed, 19 insertions, 1 deletions
diff --git a/html/haddock.css b/html/haddock.css
index 67ef28d2..927d1ecd 100644
--- a/html/haddock.css
+++ b/html/haddock.css
@@ -51,10 +51,23 @@ TD.decl {
padding: 2px;
background-color: #f0f0f0;
font-family: monospace;
- white-space: nowrap;
vertical-align: top;
}
+/*
+ arg is just like decl, except that wrapping is not allowed. It is
+ used for function and constructor arguments which have a text box
+ to the right, where if wrapping is allowed the text box squashes up
+ the declaration by wrapping it.
+*/
+TD.arg {
+ padding: 2px;
+ background-color: #f0f0f0;
+ font-family: monospace;
+ vertical-align: top;
+ white-space: nowrap;
+ }
+
TD.recfield { padding-left: 20px }
TD.doc {
@@ -76,6 +89,11 @@ TD.body {
padding-left: 10px
}
+TD.pkg {
+ width: 100%;
+ padding-left: 10px
+}
+
TD.indexentry {
vertical-align: top;
padding-right: 10px