summaryrefslogtreecommitdiffstats
path: root/doc/src/template/style/style.css
diff options
context:
space:
mode:
authorMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-05-21 11:29:58 (GMT)
committerMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-05-21 11:29:58 (GMT)
commit6b52b41c71300ea3424385986391485058fc1fa5 (patch)
treeb0e2b4efc2cbf3f944b31ee62831302c6e4b4d50 /doc/src/template/style/style.css
parentd53b25d397e54551aff15b79e3807e7ce4612886 (diff)
downloadQt-6b52b41c71300ea3424385986391485058fc1fa5.zip
Qt-6b52b41c71300ea3424385986391485058fc1fa5.tar.gz
Qt-6b52b41c71300ea3424385986391485058fc1fa5.tar.bz2
Doc: design changes
Fixing menus and js
Diffstat (limited to 'doc/src/template/style/style.css')
-rwxr-xr-xdoc/src/template/style/style.css13
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/src/template/style/style.css b/doc/src/template/style/style.css
index 82acd3e..ebc1607 100755
--- a/doc/src/template/style/style.css
+++ b/doc/src/template/style/style.css
@@ -844,7 +844,7 @@
background-color: #e6e7e8;
z-index: 4;
}
- #feedcloseX a
+ #feedcloseX
{
display: inline;
padding: 5px 5px 0 0;
@@ -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{
@@ -1150,6 +1150,11 @@ padding:0px;
.wrap .content .flowList p{
padding:0px;
}
+pre.highlightedCode {
+ display: block;
+ overflow:hidden;
+}
+
}
/* end of screen media */