diff options
author | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-08-03 08:54:31 (GMT) |
---|---|---|
committer | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-08-03 08:54:31 (GMT) |
commit | 79797d175c41198b0dffad1dced021a07c5873ae (patch) | |
tree | eb4447182b479548adb5ff1a4ace7807c2fea847 /doc/src/template/style | |
parent | 1e4a54f0df3d2292d5f0490749ec2fb255912369 (diff) | |
download | Qt-79797d175c41198b0dffad1dced021a07c5873ae.zip Qt-79797d175c41198b0dffad1dced021a07c5873ae.tar.gz Qt-79797d175c41198b0dffad1dced021a07c5873ae.tar.bz2 |
Doc: Adding content to installation guide and fixing printing bugs
Diffstat (limited to 'doc/src/template/style')
-rwxr-xr-x | doc/src/template/style/style.css | 7 |
1 files changed, 3 insertions, 4 deletions
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 */ |