summaryrefslogtreecommitdiff
path: root/doc/templates
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2010-06-22 11:09:03 +0200
committerDaniel Molkentin <daniel.molkentin@nokia.com>2010-06-22 11:09:03 +0200
commit88d8bf8797b4b9f818a6c216aedeef03b08ed1fb (patch)
tree3c789bb21f5daa11872c6a4057467cce20b83f2d /doc/templates
parent29333c18fcf16bb546a0fff592c05137d0716914 (diff)
downloadqt-creator-88d8bf8797b4b9f818a6c216aedeef03b08ed1fb.tar.gz
Ammendment to last commit, fix alignment of images in lists for good.
Diffstat (limited to 'doc/templates')
-rw-r--r--doc/templates/style/style.css20
1 files changed, 8 insertions, 12 deletions
diff --git a/doc/templates/style/style.css b/doc/templates/style/style.css
index fd8c57688e..90cfa2c214 100644
--- a/doc/templates/style/style.css
+++ b/doc/templates/style/style.css
@@ -487,11 +487,17 @@
margin-left: 45px;
}
- .offline .wrap .content
- {
+ .wrap .content {
padding-top: 15px;
}
+ .wrap .content ol img {
+ vertical-align: middle;
+ }
+ .wrap .content ul img {
+ vertical-align: middle;
+ }
+
.wrap .content h1
{
font: 600 18px/1.2 Arial;
@@ -974,16 +980,6 @@
background: url(../images/bullet_dn.png) no-repeat 0 5px;
}
- .wrap .content .toc ul img
- {
- vertically-align: middle;
- }
-
- .wrap .content .toc ol img
- {
- vertically-align: middle;
- }
-
.relpage
{
-moz-border-radius: 7px 7px 7px 7px;