diff options
author | Mark Lentczner <markl@glyphic.com> | 2010-05-04 06:14:34 +0000 |
---|---|---|
committer | Mark Lentczner <markl@glyphic.com> | 2010-05-04 06:14:34 +0000 |
commit | baa8453620fc1a69cecf6c888410242d6c5cce10 (patch) | |
tree | 6eb45f1a29d772570da7ecb666cc69dd60761ba6 /html/xhaddock.css | |
parent | 734a15953ecf139274ac1f95d7e36fd5477f7b98 (diff) |
added assoicated types and methods back into class decls
Diffstat (limited to 'html/xhaddock.css')
-rw-r--r-- | html/xhaddock.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/xhaddock.css b/html/xhaddock.css index 8f4d71e1..6eb060fb 100644 --- a/html/xhaddock.css +++ b/html/xhaddock.css @@ -183,7 +183,7 @@ div.decldoc h5 { margin-left: 10px; } -div.decldoc table { +div.decldoc table, div.subdecl { margin-left: 20px; } |