diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-07-02 09:25:46 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-07-02 09:25:46 (GMT) |
commit | 6b63f3e6b3b38822115a06b5229f4b006c9eb290 (patch) | |
tree | 323ba7bf430c7853b594da8223ab240ce65c8c2c /doc/src/template | |
parent | 29e6a5c1b1a17b8080c2dcae92dcea11b591907d (diff) | |
download | Qt-6b63f3e6b3b38822115a06b5229f4b006c9eb290.zip Qt-6b63f3e6b3b38822115a06b5229f4b006c9eb290.tar.gz Qt-6b63f3e6b3b38822115a06b5229f4b006c9eb290.tar.bz2 |
qdoc: Fixed spacing before "default" and "read-only".
Task-number: QTBUG-11346
Diffstat (limited to 'doc/src/template')
-rwxr-xr-x | doc/src/template/style/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/template/style/style.css b/doc/src/template/style/style.css index f1a63a9..b174622 100755 --- a/doc/src/template/style/style.css +++ b/doc/src/template/style/style.css @@ -829,12 +829,14 @@ } .qmlreadonly { + padding-left: 5px; float: right; color: #254117; } .qmldefault { + padding-left: 5px; float: right; color: red; } |