From 45af9b247b6045be587ac2d702f6e870b0741f9b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 5 Sep 2012 23:54:17 +0000 Subject: Make documentation style more consistent with Doxygen style. --- doc/style.css | 10 +++++----- 1 file 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; -- cgit v1.2.1