diff options
author | Jerome Pasion <jerome.pasion@nokia.com> | 2010-08-03 10:25:52 (GMT) |
---|---|---|
committer | Jerome Pasion <jerome.pasion@nokia.com> | 2010-08-03 10:25:52 (GMT) |
commit | 9860e1413c8198f7a603694c8c13f967da3d66ab (patch) | |
tree | 8ba4f2fbcd35f299f040a18a751d73be3b16561e /doc/src | |
parent | 85ea6f68c4a4388a0919358d4854afbd5edda35f (diff) | |
parent | 99a6ff848dd90a896a8f8b58379bcc37c5733566 (diff) | |
download | Qt-9860e1413c8198f7a603694c8c13f967da3d66ab.zip Qt-9860e1413c8198f7a603694c8c13f967da3d66ab.tar.gz Qt-9860e1413c8198f7a603694c8c13f967da3d66ab.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/getting-started/installation.qdoc | 7 | ||||
-rwxr-xr-x | doc/src/template/style/style.css | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/doc/src/getting-started/installation.qdoc b/doc/src/getting-started/installation.qdoc index 90723ec..629d8b7 100644 --- a/doc/src/getting-started/installation.qdoc +++ b/doc/src/getting-started/installation.qdoc @@ -30,10 +30,13 @@ \title Installation \brief Installing Qt on supported platforms. -The installation procedure is different on each Qt platform. -Please follow the instructions for your platform from the following list. +The installation procedure is different on each Qt platform. This page provides +information on how to install Qt, as well as software and hardware requirements +for using Qt on each of the supported platforms. Please follow the instructions +for your platform from the following list. \generatelist{related} + */ /*! \page install-x11.html diff --git a/doc/src/template/style/style.css b/doc/src/template/style/style.css index 259591f..9b37693 100755 --- a/doc/src/template/style/style.css +++ b/doc/src/template/style/style.css @@ -1552,18 +1552,17 @@ @media print { - input, textarea, .header, .footer, .toolbar, .feedback, .wrapper .hd, .wrapper .bd .sidebar, .wrapper .ft + input, textarea, .header, .footer, .toolbar, .feedback, .wrapper .hd, .wrapper .bd .sidebar, .wrapper .ft, #feedbackBox, #blurpage, .toc, .breadcrumb, .toolbar, .floatingResult { display: none; background: none; } .content { - position: absolute; - top: 0px; - left: 0px; background: none; display: block; + width: 100%; margin: 0; float: none; + } } /* end of print media */ |