Skip to content
Snippets Groups Projects
Commit 50bae31d authored by Morten Engvoldsen's avatar Morten Engvoldsen Committed by hjk
Browse files

Doc: Fixing QTBUG-13595

(cherry picked from commit b4207f31)

Reviewed-By: Leena Miettinen
parent 5cf1aaf6
No related branches found
No related tags found
No related merge requests found
......@@ -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%;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment