summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-08-20 12:00:36 (GMT)
committerMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-08-20 12:00:36 (GMT)
commit4aafc4e55e0906be0cc39911b2c1a4ffe71c4d91 (patch)
treefb4d6aaf4e8d5dc48ed07f4a2fa577a9c257e4f1 /doc
parent790c76b57d2697b8aadc2428c252890260207144 (diff)
downloadQt-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.css3
-rwxr-xr-xdoc/src/template/style/style.css4
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*/
}