forked from qt-creator/qt-creator
Ammendment to last commit, fix alignment of images in lists for good.
This commit is contained in:
20
doc/templates/style/style.css
vendored
20
doc/templates/style/style.css
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user