diff options
author | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-09-07 08:55:06 (GMT) |
---|---|---|
committer | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-09-07 08:55:06 (GMT) |
commit | cbba0a1ea1e727cca4ca09c216e4f5a306083ba4 (patch) | |
tree | 8670b2e2ee943fc13b281de50d6e981c4396a98f /doc/src | |
parent | db6c4246f5bce98d0ec8f16186618d99b7db5dcc (diff) | |
download | Qt-cbba0a1ea1e727cca4ca09c216e4f5a306083ba4.zip Qt-cbba0a1ea1e727cca4ca09c216e4f5a306083ba4.tar.gz Qt-cbba0a1ea1e727cca4ca09c216e4f5a306083ba4.tar.bz2 |
Doc: updating the qdocconf files and the stylesheet
QDocconf files was out of date in the section including extra files
Style now shows numbered lists corectly
Diffstat (limited to 'doc/src')
-rwxr-xr-x | doc/src/template/style/style.css | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/doc/src/template/style/style.css b/doc/src/template/style/style.css index 9afff03..6cc1cb6 100755 --- a/doc/src/template/style/style.css +++ b/doc/src/template/style/style.css @@ -35,6 +35,10 @@ { list-style: none; } + ol li + { + list-style: decimal; + } caption, th { text-align: left; @@ -790,13 +794,12 @@ padding-left:12px; } - - - - - - - + .wrap .content ol li + { + background:none; + margin-bottom: 10px; + padding-left:0px; + } .content li:hover {} |