summaryrefslogtreecommitdiffstats
path: root/doc/src/template/style/style.css
diff options
context:
space:
mode:
authorMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-09-07 08:55:06 (GMT)
committerMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-09-07 08:55:06 (GMT)
commitcbba0a1ea1e727cca4ca09c216e4f5a306083ba4 (patch)
tree8670b2e2ee943fc13b281de50d6e981c4396a98f /doc/src/template/style/style.css
parentdb6c4246f5bce98d0ec8f16186618d99b7db5dcc (diff)
downloadQt-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/template/style/style.css')
-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 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 {}