From 21d6bb713fac1fbbc988a9939d7b0b1edc7a5f64 Mon Sep 17 00:00:00 2001 From: Mark Lentczner Date: Wed, 14 Jul 2010 16:00:54 +0000 Subject: convert args to SubDecl format --- html/xhaddock.css | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) (limited to 'html/xhaddock.css') 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; } -- cgit v1.2.3