aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-03-17 20:02:41 +0000
committerDavid Robillard <d@drobilla.net>2011-03-17 20:02:41 +0000
commitc838e4559bf1d1f39dd5f29de8cec28a76480489 (patch)
treea76b4775dd0a5ba62d4f487d963496518baae9ca /doc
parent71068dae1e369f5cedb3b52d3b5bc4f754d100e4 (diff)
downloadserd-c838e4559bf1d1f39dd5f29de8cec28a76480489.tar.gz
serd-c838e4559bf1d1f39dd5f29de8cec28a76480489.tar.bz2
serd-c838e4559bf1d1f39dd5f29de8cec28a76480489.zip
Better documentation table style.
git-svn-id: http://svn.drobilla.net/serd/trunk@124 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'doc')
-rw-r--r--doc/style.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/style.css b/doc/style.css
index 916631b3..82239a2a 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 {