summaryrefslogtreecommitdiffstats
path: root/doc/src/template/style/style.css
diff options
context:
space:
mode:
authorMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-05-21 07:55:14 (GMT)
committerMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-05-21 07:55:14 (GMT)
commitd53b25d397e54551aff15b79e3807e7ce4612886 (patch)
treeeaf68c386d46d26f8beea85026a6c411d0f35ee5 /doc/src/template/style/style.css
parent7fc31eb7c73968c4bafda3dba143c9b1e369ab69 (diff)
downloadQt-d53b25d397e54551aff15b79e3807e7ce4612886.zip
Qt-d53b25d397e54551aff15b79e3807e7ce4612886.tar.gz
Qt-d53b25d397e54551aff15b79e3807e7ce4612886.tar.bz2
Doc: Changes to the HTMLGenerator, style and js
Replacing tables with lists in the HTML generator Adding img to search box Moving JS from template to script files
Diffstat (limited to 'doc/src/template/style/style.css')
-rwxr-xr-xdoc/src/template/style/style.css17
1 files changed, 13 insertions, 4 deletions
diff --git a/doc/src/template/style/style.css b/doc/src/template/style/style.css
index 3f35642..82acd3e 100755
--- a/doc/src/template/style/style.css
+++ b/doc/src/template/style/style.css
@@ -998,17 +998,17 @@
.rightAlign
{
- text-align:right;
+ /*text-align:right; */
}
.leftAlign
{
- text-align:left;
+ /*text-align:left; */
}
.topAlign{
- vertical-align:top
+ /*vertical-align:top*/
}
.functionIndex a{
@@ -1140,7 +1140,16 @@
/* end of screen media */
-
+.flowList{
+display:inline-block;
+width:260px;
+}
+.flowList dl{
+padding:0px;
+}
+.wrap .content .flowList p{
+padding:0px;
+}
}
/* end of screen media */