summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-08-11 10:45:58 (GMT)
committerMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-08-11 10:45:58 (GMT)
commit997e4161cf937aa34a16bb2e708fa1bc7909355f (patch)
tree653e88ea474e7f73353f6e9f3c115e910c394a28
parent41a982bec324894e8a71d68a44f99b0a0d220a34 (diff)
downloadQt-997e4161cf937aa34a16bb2e708fa1bc7909355f.zip
Qt-997e4161cf937aa34a16bb2e708fa1bc7909355f.tar.gz
Qt-997e4161cf937aa34a16bb2e708fa1bc7909355f.tar.bz2
Doc: Fixing bug involving header misplacement in Creator style
Task-number: QTBUG-11408
-rwxr-xr-xdoc/src/template/style/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/template/style/style.css b/doc/src/template/style/style.css
index d6b0fda..6a32e53 100755
--- a/doc/src/template/style/style.css
+++ b/doc/src/template/style/style.css
@@ -1375,7 +1375,7 @@
.creator .wrapper
{
position:relative;
- top:50px;
+ top:5px;
}
.creator .wrapper .bd
{
@@ -1486,7 +1486,7 @@
- position:fixed;
+ /* position:fixed;*/
}