Ammendment to last commit, fix alignment of images in lists for good.

This commit is contained in:
Daniel Molkentin
2010-06-22 11:09:03 +02:00
parent 29333c18fc
commit 88d8bf8797

View File

@@ -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;