diff options
author | Kavindra Devi Palaraja <kavindra.palaraja@nokia.com> | 2009-05-19 13:37:18 (GMT) |
---|---|---|
committer | Kavindra Devi Palaraja <kavindra.palaraja@nokia.com> | 2009-05-19 13:38:02 (GMT) |
commit | 04fa2a69545fddbf96454972ebf243d4c6f7b6b2 (patch) | |
tree | 248e6a19da7451cb0a3062d027d59e36f8c61ffc /tools | |
parent | 70429c33f0687afd489e1055bc0e1f1f340e13b9 (diff) | |
download | Qt-04fa2a69545fddbf96454972ebf243d4c6f7b6b2.zip Qt-04fa2a69545fddbf96454972ebf243d4c6f7b6b2.tar.gz Qt-04fa2a69545fddbf96454972ebf243d4c6f7b6b2.tar.bz2 |
Doc - changing the stylesheet to use a greeny color.
Reviewed-By: David Boddie
Diffstat (limited to 'tools')
-rw-r--r-- | tools/qdoc3/test/classic.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/qdoc3/test/classic.css b/tools/qdoc3/test/classic.css index 3704a15..e53ea29 100644 --- a/tools/qdoc3/test/classic.css +++ b/tools/qdoc3/test/classic.css @@ -17,7 +17,7 @@ H3 { h3.fn,span.fn { - background-color: #d5e1e8; + background-color: #d5e1d5; border-width: 1px; border-style: solid; border-color: #84b0c7; @@ -112,7 +112,7 @@ table td.memItemRight { border-right-style: none; border-bottom-style: none; border-left-style: none; - background-color: #FAFAFA; + background-color: #d5e1d5; font-size: 80%; } |