aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorMark Lentczner <markl@glyphic.com>2010-07-14 07:04:10 +0000
committerMark Lentczner <markl@glyphic.com>2010-07-14 07:04:10 +0000
commitcd869b6a41463f6fd0c979bafe09ce06cbc05ee2 (patch)
treefd640a685c7f2e89fbec060e22208fc7f16fc807 /html
parent60962ea3ab84060880426a9f42d88e53a70499a0 (diff)
made subDecl tables looks just so
Diffstat (limited to 'html')
-rw-r--r--html/xhaddock.css14
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;
}