diff options
author | Martin Smith <martin.smith@nokia.com> | 2011-01-24 10:28:17 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2011-01-24 10:28:17 (GMT) |
commit | adf175a0f69e9ae325622510ae23e8c797991afc (patch) | |
tree | 6be6413566e2e01169e1d4880c4a12894b15c0ad /doc/src/template | |
parent | d1eca385ada333483c7f7191327d096233d124ba (diff) | |
download | Qt-adf175a0f69e9ae325622510ae23e8c797991afc.zip Qt-adf175a0f69e9ae325622510ae23e8c797991afc.tar.gz Qt-adf175a0f69e9ae325622510ae23e8c797991afc.tar.bz2 |
qdoc: Added the \span command.
e.g. \span {id="color-red"} {Color this text only}, not this text.
Diffstat (limited to 'doc/src/template')
-rwxr-xr-x | doc/src/template/style/style.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/src/template/style/style.css b/doc/src/template/style/style.css index 7af5141..b32b025 100755 --- a/doc/src/template/style/style.css +++ b/doc/src/template/style/style.css @@ -1204,6 +1204,17 @@ margin: 15px; } + .details + { + text-align: left; + font-size: 80%; + color: blue + } + .variableName + { + font-family: courier; + color: blue + } .qmltype { |