diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-05-28 13:17:04 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-05-28 13:17:04 (GMT) |
commit | b0b4ca6547807fc602176c1ad262f15f6858116a (patch) | |
tree | e6a60bc63edc1f755ee023ed846b622f8a8ca6ee /doc/src/template | |
parent | fb5d338236976690312660bc017a8fe1e199326f (diff) | |
download | Qt-b0b4ca6547807fc602176c1ad262f15f6858116a.zip Qt-b0b4ca6547807fc602176c1ad262f15f6858116a.tar.gz Qt-b0b4ca6547807fc602176c1ad262f15f6858116a.tar.bz2 |
qdoc: Fixed the model/view programming page; tried a style change.
Diffstat (limited to 'doc/src/template')
-rwxr-xr-x | doc/src/template/style/style.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/src/template/style/style.css b/doc/src/template/style/style.css index c155d9b..47fe2e0 100755 --- a/doc/src/template/style/style.css +++ b/doc/src/template/style/style.css @@ -39,7 +39,7 @@ h1, h2, h3, h4, h5, h6 { font-size: 100%; - font-weight: normal; +/* font-weight: normal; */ } q:before, q:after { @@ -949,6 +949,11 @@ margin-left: 15px; } + .wrap .content .toc .level3 + { + margin-left: 30px; + } + .content .toc li { font: normal 10px/1.2 Verdana; |