summaryrefslogtreecommitdiff
path: root/doc/templates
diff options
context:
space:
mode:
authorMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-09-06 18:41:17 +0200
committerMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-09-06 18:41:17 +0200
commit9476add6c6ee2d0aec7116ea6fef3f6a3cd2edf4 (patch)
tree6296fb29f735f6d27c2f28c97f6cb30315bd5235 /doc/templates
parenteb498ee428226ca1178fccfeb4d123ab56bce8a4 (diff)
downloadqt-creator-9476add6c6ee2d0aec7116ea6fef3f6a3cd2edf4.tar.gz
Doc: Updated qdocconf files, style and template.
Diffstat (limited to 'doc/templates')
-rw-r--r--doc/templates/style/narrow.css3
-rw-r--r--doc/templates/style/style.css6
2 files changed, 8 insertions, 1 deletions
diff --git a/doc/templates/style/narrow.css b/doc/templates/style/narrow.css
index 349048fd8c..de5b0a09f9 100644
--- a/doc/templates/style/narrow.css
+++ b/doc/templates/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/templates/style/style.css b/doc/templates/style/style.css
index 190c60a1d9..9afff03f25 100644
--- a/doc/templates/style/style.css
+++ b/doc/templates/style/style.css
@@ -388,9 +388,9 @@
.shortCut-topleft-inactive
{
padding-left: 3px;
+ padding-right: 3px;
background: transparent url( ../images/sprites-combined.png) no-repeat 0px -58px;
height: 20px;
- width: 47px;
}
.shortCut-topleft-inactive span
{
@@ -1521,6 +1521,10 @@
.creator .toc {
margin:10px 20px 10px 10px;
}
+
+ .creator #narrowsearch, .creator #narrowmenu{
+ display:none;
+ }
/* end of creator spec*/
}