summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-09-07 08:55:06 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2010-09-08 05:48:22 (GMT)
commit8894fe649ff5f52c7f365299bf612e42ed8173df (patch)
treec1cf1a82e62a12d86818339e97265486fb91919d /doc
parentea739020bce5a75362ab98605dce757b90c23561 (diff)
downloadQt-8894fe649ff5f52c7f365299bf612e42ed8173df.zip
Qt-8894fe649ff5f52c7f365299bf612e42ed8173df.tar.gz
Qt-8894fe649ff5f52c7f365299bf612e42ed8173df.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 (cherry picked from commit cbba0a1ea1e727cca4ca09c216e4f5a306083ba4) (cherry picked from commit 288e8a2cd4be9033af39fb5d309e855a582081bd)
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/src/template/style/style.css17
1 files changed, 10 insertions, 7 deletions
diff --git a/doc/src/template/style/style.css b/doc/src/template/style/style.css
index 4772260..affc148 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;
@@ -786,13 +790,12 @@
padding-left:12px;
}
-
-
-
-
-
-
-
+ .wrap .content ol li
+ {
+ background:none;
+ margin-bottom: 10px;
+ padding-left:0px;
+ }
.content li:hover {}