diff options
author | David Boddie <david.boddie@nokia.com> | 2011-02-18 18:20:12 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-02-18 18:20:12 (GMT) |
commit | c4013fc89cb9b9f7674893dea7e24415382d488c (patch) | |
tree | 6472fe33a852ce313790a293e9f2ded1c27aeeec /doc/src/template/style | |
parent | 914e6250148543b9bff013cb6dcf0195e838f469 (diff) | |
parent | b26f28dbdf994496089b9f398afa4ed1b91ccab2 (diff) | |
download | Qt-c4013fc89cb9b9f7674893dea7e24415382d488c.zip Qt-c4013fc89cb9b9f7674893dea7e24415382d488c.tar.gz Qt-c4013fc89cb9b9f7674893dea7e24415382d488c.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/jpasions-qt-doc-team-qtquick into 4.7
Diffstat (limited to 'doc/src/template/style')
-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 a1a9f42..4cb8fef 100755 --- a/doc/src/template/style/style.css +++ b/doc/src/template/style/style.css @@ -1382,6 +1382,10 @@ font: normal bold 13px/1 Verdana; } + .content .normallist li + { + font: normal 13px/1 Verdana; + } .indexbox a:hover, .indexbox a:visited:hover { color: #4c0033; @@ -1418,6 +1422,13 @@ background: url(../images/sprites-combined.png) no-repeat -111px -376px; padding: 0; } + .indexbox.tools .indexIcon2 + { + width: 115px; + height: 137px; + background: url(../images/sprites-combined.png) no-repeat -111px -376px; + padding: 0; + } .indexboxcont:after { content: "."; |