diff options
author | Mark Lentczner <markl@glyphic.com> | 2010-07-23 19:13:59 +0000 |
---|---|---|
committer | Mark Lentczner <markl@glyphic.com> | 2010-07-23 19:13:59 +0000 |
commit | 34be96e559e88f555c5b4180d62bd65b1369dced (patch) | |
tree | 546e80fd0a3fdb84916302e00545b0369b1b8de5 /html/nhaddock.css | |
parent | a194dcc8be2f20b768d86aef8cffaf1d0f193d03 (diff) |
tweaks for dl layout, though still not used
Diffstat (limited to 'html/nhaddock.css')
-rw-r--r-- | html/nhaddock.css | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/html/nhaddock.css b/html/nhaddock.css index ae983293..2bb5c1c8 100644 --- a/html/nhaddock.css +++ b/html/nhaddock.css @@ -74,7 +74,8 @@ ul.links li { ul.links li a { padding: 5px 10px; } .hide { display: none; } -.show { } +.show { display: inherit; } +.clear { clear: both; } pre { padding: 0.5em; @@ -260,6 +261,25 @@ div#style-menu-holder { margin-top: 0.5em; } +#interface dt { + float: left; + clear: left; + display: block; + margin: 1px 0; +} + +#interface dd { + float: right; + width: 90%; + display: block; + margin: 1px 0; + padding-left: 0.5em; +} + +#interface dd p { + margin: 0; +} + /* div.top code { border: 1px solid #ddd; } */ .top p.src { border-top: 1px solid #ccc; @@ -288,10 +308,12 @@ div.top .subs, div.top .doc { .fields p { margin: 0 0; } +/* this seems bulky to me .methods, .constructors { background: #f8f8f8; border: 1px solid #eee; } +*/ .fields { padding-left: 1em; } |