aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorMark Lentczner <markl@glyphic.com>2010-07-14 23:43:42 +0000
committerMark Lentczner <markl@glyphic.com>2010-07-14 23:43:42 +0000
commit26a6eaaed227afbd5c8d47c04c72827c60d3935f (patch)
treec3ff6d89de97ced562aab211152a22b0ba0d18bb /html
parentab2ec30f12e283f4d28d1aa52b0980c96b0a7036 (diff)
clean up synopsis lists
Diffstat (limited to 'html')
-rw-r--r--html/xhaddock.css22
1 files changed, 9 insertions, 13 deletions
diff --git a/html/xhaddock.css b/html/xhaddock.css
index d5e86c61..768e16a6 100644
--- a/html/xhaddock.css
+++ b/html/xhaddock.css
@@ -170,27 +170,23 @@ dl.info dd {
margin-bottom: 2em;
}
-#synopsis p.src {
- padding: 0;
+#synopsis ul {
+ margin: 0;
+ padding-top: 0;
+ padding-left: 20px;
+ list-style-type: none;
}
+
#synopsis li {
- background-color: #f0f0f0;
- font-family: monospace;
- vertical-align: top;
margin-top: 8px;
margin-bottom: 8px;
padding: 3px;
- list-style-type: none;
-}
-
-#synopsis ul {
- margin: 0;
- padding-top: 0;
}
-#synopsis li ul li {
- margin: 3px;
+#synopsis li li {
padding: 0;
+ margin-top: 0;
+ margin-bottom: 0;
}