diff options
Diffstat (limited to 'html/xhaddock.css')
-rw-r--r-- | html/xhaddock.css | 16 |
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; } |