diff options
author | David Robillard <d@drobilla.net> | 2012-01-04 23:52:04 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-01-04 23:52:04 +0000 |
commit | 2a51057367d2ac39988cf97635975868062a8475 (patch) | |
tree | 2c168cbc2810013233d0782ada80a974aeafbd6d /doc/doxy-style.css | |
parent | 68d79ecc564de5652fd7a782c456d882a5a5a775 (diff) | |
download | lv2-2a51057367d2ac39988cf97635975868062a8475.tar.xz |
Fix documentation style.
Diffstat (limited to 'doc/doxy-style.css')
-rw-r--r-- | doc/doxy-style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/doxy-style.css b/doc/doxy-style.css index aedd40d..1e1c3e7 100644 --- a/doc/doxy-style.css +++ b/doc/doxy-style.css @@ -200,7 +200,7 @@ td.indexkey { } td.indexvalue { - background-color: #FBFBFB; + background-color: #F7F7F7; border-top: 1px solid #EEE; padding: 0.5ex; margin: 0; @@ -317,7 +317,7 @@ table.memberdecls { } .mdescLeft,.mdescRight,.memItemLeft,.memItemRight,.memTemplItemLeft,.memTemplItemRight,.memTemplParams { - background-color: #FBFBFB; + background-color: #F7F7F7; margin: 0; padding: 0.25ex; } @@ -378,7 +378,7 @@ table.memberdecls { .memdoc { padding: 1ex; - background-color: #FBFBFB; + background-color: #F7F7F7; border-top-width: 0; } |