From 7cab293e741784109f9e0a6a3893d3c6629da999 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 25 Feb 2011 05:35:09 +0000 Subject: Lighten up documentation a bit. Use a more consistent style between prototypes and detailed documentation. git-svn-id: http://svn.drobilla.net/serd/trunk@109 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- doc/style.css | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'doc') diff --git a/doc/style.css b/doc/style.css index 149bfbcc..37f579b4 100644 --- a/doc/style.css +++ b/doc/style.css @@ -340,7 +340,6 @@ table.memberdecls { font-size: 80%; color: #4665A2; font-weight: 400; - margin-left: 3px; } .memnav { @@ -354,30 +353,24 @@ table.memberdecls { .memitem { padding: 0; - margin-bottom: 10px; + margin: 1ex 1ex 2ex 1ex; } .memname { white-space: nowrap; font-weight: 700; - margin-left: 6px; } .memproto { border-top: 1px solid #A8B8D9; - border-left: 1px solid #A8B8D9; - border-right: 1px solid #A8B8D9; - padding: 6px 0; + padding: 0.5ex; color: #253555; font-weight: 700; background-color: #F3F3F3; } .memdoc { - border-bottom: 1px solid #A8A8A8; - border-left: 1px solid #A8A8A8; - border-right: 1px solid #A8A8A8; - padding: 2px 5px; + padding: 1ex; background-color: #FBFBFB; border-top-width: 0; } -- cgit v1.2.1