diff options
author | David Robillard <d@drobilla.net> | 2011-03-17 20:02:30 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-03-17 20:02:30 +0000 |
commit | 8f469a8f5fcf057d81b797d6182a6730e6bf03c6 (patch) | |
tree | f7fb461864070ec5e47be8177a0824326d196e1c /doc | |
parent | 0debabd51c57e8740e905e1eed5abb05d767e9fe (diff) | |
download | sord-8f469a8f5fcf057d81b797d6182a6730e6bf03c6.tar.gz sord-8f469a8f5fcf057d81b797d6182a6730e6bf03c6.tar.bz2 sord-8f469a8f5fcf057d81b797d6182a6730e6bf03c6.zip |
Improve documenation table style.
git-svn-id: http://svn.drobilla.net/sord/trunk@61 3d64ff67-21c5-427c-a301-fe4f08042e5a
Diffstat (limited to 'doc')
-rw-r--r-- | doc/style.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/style.css b/doc/style.css index 916631b..82239a2 100644 --- a/doc/style.css +++ b/doc/style.css @@ -477,20 +477,21 @@ address { table.doxtable { border-collapse: collapse; + margin: 0.5ex; } table.doxtable td,table.doxtable th { - border: 1px solid #2D4068; + border: 1px solid #DDD; padding: 3px 7px 2px; } table.doxtable th { - background-color: #374F7F; - color: #FFF; - font-size: 110%; + background-color: #F3F3F3; + color: #000; padding-bottom: 4px; padding-top: 5px; text-align: left; + font-weight: bold; } .tabsearch { |