diff options
author | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-08-11 10:45:58 (GMT) |
---|---|---|
committer | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-08-11 10:45:58 (GMT) |
commit | 997e4161cf937aa34a16bb2e708fa1bc7909355f (patch) | |
tree | 653e88ea474e7f73353f6e9f3c115e910c394a28 | |
parent | 41a982bec324894e8a71d68a44f99b0a0d220a34 (diff) | |
download | Qt-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-x | doc/src/template/style/style.css | 4 |
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;*/ } |