From 26a6eaaed227afbd5c8d47c04c72827c60d3935f Mon Sep 17 00:00:00 2001 From: Mark Lentczner Date: Wed, 14 Jul 2010 23:43:42 +0000 Subject: clean up synopsis lists --- html/xhaddock.css | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) (limited to 'html') 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; } -- cgit v1.2.3