aboutsummaryrefslogtreecommitdiff
path: root/html/xhaddock.css
diff options
context:
space:
mode:
authorMark Lentczner <markl@glyphic.com>2010-07-14 16:00:54 +0000
committerMark Lentczner <markl@glyphic.com>2010-07-14 16:00:54 +0000
commit21d6bb713fac1fbbc988a9939d7b0b1edc7a5f64 (patch)
treebf59dbcba77c6e69037460c3fb73baa88189492c /html/xhaddock.css
parentcd869b6a41463f6fd0c979bafe09ce06cbc05ee2 (diff)
convert args to SubDecl format
Diffstat (limited to 'html/xhaddock.css')
-rw-r--r--html/xhaddock.css27
1 files changed, 24 insertions, 3 deletions
diff --git a/html/xhaddock.css b/html/xhaddock.css
index ae2d2121..e0a4922a 100644
--- a/html/xhaddock.css
+++ b/html/xhaddock.css
@@ -206,9 +206,9 @@ div.top h5 {
.src {
- padding: 3px;
- background-color: #f0f0f0;
- font-family: monospace;
+ padding: 3px;
+ background-color: #f0f0f0;
+ font-family: monospace;
margin-bottom: 0;
}
@@ -261,10 +261,31 @@ div.subs {
margin-left: 0;
}
+.arguments .caption,
.fields .caption {
display: none;
}
+/* need extra .subs in the selector to make it override the rules for .subs and .subs table */
+
+.subs.arguments {
+ margin: 0;
+}
+
+.subs.arguments table {
+ border-spacing: 0;
+ margin-top: 0;
+ margin-bottom: 0;
+}
+
+.subs.arguments td.src {
+ white-space: nowrap;
+}
+
+.subs.arguments + p {
+ margin-top: 0;
+}
+
p.arg {
margin-bottom: 0;
}