From 50bae31d984ceb3d28ea4f876928547705f4010f Mon Sep 17 00:00:00 2001 From: Morten Engvoldsen <morten.engvoldsen@nokia.com> Date: Tue, 28 Sep 2010 10:59:16 +0200 Subject: [PATCH] Doc: Fixing QTBUG-13595 (cherry picked from commit b4207f31bc8f72c08efc030f7d2a9d7340e103c9) Reviewed-By: Leena Miettinen --- doc/templates/style/style.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/templates/style/style.css b/doc/templates/style/style.css index 393d4e5bf8e..997e5f5dc8d 100644 --- a/doc/templates/style/style.css +++ b/doc/templates/style/style.css @@ -837,6 +837,9 @@ padding-left: 25px; padding-top: 10px; } + .wrap .content ul img { + vertical-align:middle; + } a:hover { color: #4c0033; @@ -886,9 +889,9 @@ -webkit-column-gap:41px; -moz-column-gap:41px; - column-rule: 1px solid #ccc; - -webkit-column-rule: 1px solid #ccc; - -moz-column-rule: 1px solid #ccc; + column-rule: 1px dashed #ccc; + -webkit-column-rule: 1px dashed #ccc; + -moz-column-rule: 1px dashed #ccc; } .flowList dl{ @@ -898,6 +901,7 @@ margin-left:10px; min-width:250px; line-height: 1.2; + min-width:100%; } -- GitLab