aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorMark Lentczner <markl@glyphic.com>2010-06-11 21:03:58 +0000
committerMark Lentczner <markl@glyphic.com>2010-06-11 21:03:58 +0000
commitc9958a9dd9de3ea9e074afcf79f0595b7700854b (patch)
treea12359481306eb70c765f152bca1958988988018 /html
parenta18e08392f7f75d03352bed6d97fc90f89b215ac (diff)
adjust synopsis and bottom bar spacing
Diffstat (limited to 'html')
-rw-r--r--html/xhaddock.css15
1 files changed, 10 insertions, 5 deletions
diff --git a/html/xhaddock.css b/html/xhaddock.css
index 6eb060fb..3bb95166 100644
--- a/html/xhaddock.css
+++ b/html/xhaddock.css
@@ -154,13 +154,17 @@ div.table-of-contents ul {
ul.synopsis {
margin-left: 0px;
}
+
+ul.synopsis p.decl {
+ padding: 0;
+}
ul.synopsis li {
background-color: #f0f0f0;
font-family: monospace;
vertical-align: top;
- margin-top: 8px;
- margin-bottom: 8px;
- padding: 2px;
+ margin-top: 6px;
+ margin-bottom: 6px;
+ padding: 3px;
list-style-type: none;
}
@@ -170,7 +174,7 @@ ul.synopsis li ul {
}
ul.synopsis li ul li {
- margin: 0;
+ margin: 3px;
padding: 0;
}
@@ -259,7 +263,8 @@ div.bottom {
}
div.bottom p {
- margin-bottom: 0;
+ padding: 1px;
+ margin: 0;
}
div.bottom a:link {