Doc: Modified CSS according to a graphic designer's recommendations.

-Landing page in qtdoc uses the CSS classes.

Change-Id: I05efae40d4d6d1802585c129a0a12b2af7eee5e7
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
This commit is contained in:
Jerome Pasion 2012-11-29 16:31:22 +01:00 committed by The Qt Project
parent 17a33db399
commit 85e77b3e17
2 changed files with 66 additions and 0 deletions

View File

@ -689,3 +689,36 @@ height: 0;
clear: both;
visibility: hidden;
}
/*
-----------
Landing page
-----------
*/
.col-group {
white-space: nowrap;
vertical-align: top;
}
.col-1 {
display: inline-block;
white-space: normal;
width: 70%;
height: 100%;
float: left;
}
.col-1 h1 {
margin: 20px 0 0 0;
}
.col-2 {
display: inline-block;
white-space: normal;
width: 25%;
margin: 0 0 0 50px;
}
.sectionlist {
width: 100% !important;
}

View File

@ -736,3 +736,36 @@ height: 0;
clear: both;
visibility: hidden;
}
/*
-----------
Landing page
-----------
*/
.col-group {
white-space: nowrap;
vertical-align: top;
}
.col-1 {
display: inline-block;
white-space: normal;
width: 70%;
height: 100%;
float: left;
}
.col-1 h1 {
margin: 20px 0 0 0;
}
.col-2 {
display: inline-block;
white-space: normal;
width: 25%;
margin: 0 0 0 50px;
}
.sectionlist {
width: 100% !important;
}