aboutsummaryrefslogtreecommitdiff
path: root/html/xhaddock.css
diff options
context:
space:
mode:
authorMark Lentczner <markl@glyphic.com>2010-07-14 21:54:58 +0000
committerMark Lentczner <markl@glyphic.com>2010-07-14 21:54:58 +0000
commitab2ec30f12e283f4d28d1aa52b0980c96b0a7036 (patch)
tree87cf46ff06af936ae2a5f5384ed80b95ac1a8d97 /html/xhaddock.css
parent3edc93d3c0becf85d9fc225734c01c345712149e (diff)
methods and associated types in new layout scheme
Diffstat (limited to 'html/xhaddock.css')
-rw-r--r--html/xhaddock.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/html/xhaddock.css b/html/xhaddock.css
index 731eee8a..d5e86c61 100644
--- a/html/xhaddock.css
+++ b/html/xhaddock.css
@@ -286,6 +286,22 @@ div.subs {
margin-top: 0;
}
+.subs.associated-types,
+.subs.methods {
+ margin-left: 20px;
+}
+
+.subs.associated-types .caption,
+.subs.methods .caption {
+ margin-top: 0.5em;
+ margin-left: -10px;
+}
+
+.subs.associated-types .src + .src,
+.subs.methods .src + .src {
+ margin-top: 8px;
+}
+
p.arg {
margin-bottom: 0;
}