summaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-01-26 15:54:07 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2011-01-26 15:54:07 (GMT)
commitfd399bcd1c55e6e4b7ecab856167599e5a9d153c (patch)
tree96ea31415154f67115b97aaabb681b4a387adc6f /doc/src
parent836c4f622b16524aedb00e8866ddd883f1346cb5 (diff)
downloadQt-fd399bcd1c55e6e4b7ecab856167599e5a9d153c.zip
Qt-fd399bcd1c55e6e4b7ecab856167599e5a9d153c.tar.gz
Qt-fd399bcd1c55e6e4b7ecab856167599e5a9d153c.tar.bz2
Doc: Added preprocessor coloring.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/template/style/offline.css10
-rwxr-xr-xdoc/src/template/style/style.css10
2 files changed, 18 insertions, 2 deletions
diff --git a/doc/src/template/style/offline.css b/doc/src/template/style/offline.css
index f5eb1c0..fe9aa13 100644
--- a/doc/src/template/style/offline.css
+++ b/doc/src/template/style/offline.css
@@ -174,7 +174,7 @@
}
span.operator
{
- color: black;
+ color: #202020;
}
span.keyword
{
@@ -188,6 +188,14 @@
{
font-weight: bold
}
+ span.type a:visited
+ {
+ color: #0F5300;
+ }
+ span.preprocessor
+ {
+ color: #404040
+ }
/* end basic elements */
/* font style elements */
diff --git a/doc/src/template/style/style.css b/doc/src/template/style/style.css
index c35acac..cac4e58 100755
--- a/doc/src/template/style/style.css
+++ b/doc/src/template/style/style.css
@@ -200,7 +200,7 @@
}
span.operator
{
- color: black;
+ color: #202020;
}
span.keyword
{
@@ -214,6 +214,14 @@
{
font-weight: bold
}
+ span.type a:visited
+ {
+ color: #0F5300;
+ }
+ span.preprocessor
+ {
+ color: #404040
+ }
/* end basic elements */
/* font style elements */