diff options
author | David Boddie <david.boddie@nokia.com> | 2011-01-20 16:26:47 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-01-20 16:26:47 (GMT) |
commit | fcb5e19d892ccff208590b8a37171ef6894fc694 (patch) | |
tree | 2667ff5c26a71cd891b9c51487e8fa17c840b857 /doc | |
parent | 0418b2b540fcb0e3d76299e3df69ad600292adf9 (diff) | |
download | Qt-fcb5e19d892ccff208590b8a37171ef6894fc694.zip Qt-fcb5e19d892ccff208590b8a37171ef6894fc694.tar.gz Qt-fcb5e19d892ccff208590b8a37171ef6894fc694.tar.bz2 |
Added a style for types in quoted code.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/template/style/offline.css | 4 | ||||
-rwxr-xr-x | doc/src/template/style/style.css | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/template/style/offline.css b/doc/src/template/style/offline.css index 4a10d0a..2aafe56 100644 --- a/doc/src/template/style/offline.css +++ b/doc/src/template/style/offline.css @@ -185,6 +185,10 @@ { color: black } + span.type + { + font-weight: bold + } /* end basic elements */ /* font style elements */ diff --git a/doc/src/template/style/style.css b/doc/src/template/style/style.css index 451d6bf..fbad0fd 100755 --- a/doc/src/template/style/style.css +++ b/doc/src/template/style/style.css @@ -210,6 +210,10 @@ { color: black } + span.type + { + font-weight: bold + } /* end basic elements */ /* font style elements */ |