diff options
author | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-08-20 12:00:36 (GMT) |
---|---|---|
committer | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-08-20 12:00:36 (GMT) |
commit | 4aafc4e55e0906be0cc39911b2c1a4ffe71c4d91 (patch) | |
tree | fb4d6aaf4e8d5dc48ed07f4a2fa577a9c257e4f1 /doc | |
parent | 790c76b57d2697b8aadc2428c252890260207144 (diff) | |
download | Qt-4aafc4e55e0906be0cc39911b2c1a4ffe71c4d91.zip Qt-4aafc4e55e0906be0cc39911b2c1a4ffe71c4d91.tar.gz Qt-4aafc4e55e0906be0cc39911b2c1a4ffe71c4d91.tar.bz2 |
Doc: fixing creator bugs, removing menus and textbox in the header
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/template/style/narrow.css | 3 | ||||
-rwxr-xr-x | doc/src/template/style/style.css | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/src/template/style/narrow.css b/doc/src/template/style/narrow.css index 349048f..de5b0a0 100644 --- a/doc/src/template/style/narrow.css +++ b/doc/src/template/style/narrow.css @@ -203,6 +203,9 @@ *border: 1px solid #fff; *height: 17px; _height: 18px; + /* to be fixed */ + display: none; + /* to be fixed */ } .narrow .indexbox .indexIcon { diff --git a/doc/src/template/style/style.css b/doc/src/template/style/style.css index 6f2bdce..9afff03 100755 --- a/doc/src/template/style/style.css +++ b/doc/src/template/style/style.css @@ -1521,6 +1521,10 @@ .creator .toc { margin:10px 20px 10px 10px; } + + .creator #narrowsearch, .creator #narrowmenu{ + display:none; + } /* end of creator spec*/ } |