summaryrefslogtreecommitdiffstats
path: root/doc/src/template
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2011-01-24 10:28:17 (GMT)
committerMartin Smith <martin.smith@nokia.com>2011-01-24 10:28:17 (GMT)
commitadf175a0f69e9ae325622510ae23e8c797991afc (patch)
tree6be6413566e2e01169e1d4880c4a12894b15c0ad /doc/src/template
parentd1eca385ada333483c7f7191327d096233d124ba (diff)
downloadQt-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-xdoc/src/template/style/style.css11
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
{