diff options
Diffstat (limited to 'doc/templates')
-rw-r--r-- | doc/templates/style/style.css | 20 |
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; |