aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-09-05 23:54:17 +0000
committerDavid Robillard <d@drobilla.net>2012-09-05 23:54:17 +0000
commit45af9b247b6045be587ac2d702f6e870b0741f9b (patch)
treea7e03b364aec752578418c59244080fba2ad2fb9 /doc
parent2b809fbf4090ae64d728988454c4f1b721f4c323 (diff)
downloadlv2-45af9b247b6045be587ac2d702f6e870b0741f9b.tar.xz
Make documentation style more consistent with Doxygen style.
Diffstat (limited to 'doc')
-rw-r--r--doc/style.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/style.css b/doc/style.css
index afefdfd..0bca02e 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -12,10 +12,10 @@ a:link, a:visited {
text-decoration: none;
}
a:link {
- color: #25664D;
+ color: #3D8C57;
}
a:visited {
- color: #456659;
+ color: #50755E;
}
a:hover {
text-decoration: underline;
@@ -52,7 +52,7 @@ h6 {
font-weight: 450;
}
#header {
- background-color: #F3F3F3;
+ background-color: #ECF3F1;
border: 0;
border-bottom: 1px solid #DDD;
margin: 0 0 1em 0;
@@ -320,7 +320,7 @@ blockquote {
margin: 2em 0 0;
padding: 0 1em 1em 1em;
vertical-align: top;
- background-color: #F3F3F3;
+ background-color: #ECF3F1;
border-top: 1px solid #DDD;
}
#footer div {
@@ -412,7 +412,7 @@ ul, ol {
padding: 0 1ex 0 0;
}
.specterm {
- background-color: #F7F7F7;
+ background-color: #FBFBFB;
border: 0;
border: 1px solid #CCC;
margin: 0;