diff options
Diffstat (limited to 'html')
-rw-r--r-- | html/xhaddock.css | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/html/xhaddock.css b/html/xhaddock.css index fc305af3..ae2d2121 100644 --- a/html/xhaddock.css +++ b/html/xhaddock.css @@ -204,9 +204,6 @@ div.top h5 { margin-left: 10px; } -div.top table, div.subdecl { - margin-left: 20px; -} .src { padding: 3px; @@ -253,6 +250,17 @@ div.subs { margin-top: 2px; } +.subs table { + margin-left: 10px; + border-spacing: 1px 1px; + margin-top: 4px; + margin-bottom: 4px; +} + +.subs table table { + margin-left: 0; +} + .fields .caption { display: none; } |