summaryrefslogtreecommitdiffstats
path: root/doc/src/template/style
diff options
context:
space:
mode:
authorMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-05-05 14:09:42 (GMT)
committerMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-05-05 14:09:42 (GMT)
commit1b61bb9698b50fdeb97304db74e1a64b387aef8b (patch)
tree6dce2761fd6ea28c929ac972d3810aa12dac6b50 /doc/src/template/style
parentcbae18e48638cb3fb97dee56c32a2deb5b9af4ad (diff)
downloadQt-1b61bb9698b50fdeb97304db74e1a64b387aef8b.zip
Qt-1b61bb9698b50fdeb97304db74e1a64b387aef8b.tar.gz
Qt-1b61bb9698b50fdeb97304db74e1a64b387aef8b.tar.bz2
Doc: Changes to the HTML output
Changes in css, htmlgenerator (removing redundant class names), updating html templates and updating js. Reviewed-by: Morten Engvoldsen
Diffstat (limited to 'doc/src/template/style')
-rwxr-xr-xdoc/src/template/style/style.css27
1 files changed, 16 insertions, 11 deletions
diff --git a/doc/src/template/style/style.css b/doc/src/template/style/style.css
index 2da91f3..220afb9 100755
--- a/doc/src/template/style/style.css
+++ b/doc/src/template/style/style.css
@@ -315,12 +315,13 @@
}
.sidebar .box ul
{
+ padding:10px 0 0 10px;
}
.sidebar .box ul li
{
padding-left: 12px;
background: url(../images/bullet_gt.png) no-repeat 0 5px;
- margin-bottom: 15px;
+ margin-bottom: 5px;
}
.sidebar .bottombar
{
@@ -492,6 +493,7 @@
.wrap .content ul
{
padding-left: 25px;
+ padding-top: 10px;
}
a:hover
{
@@ -1055,16 +1057,6 @@
color: #00732f;
text-decoration: none;
}
-
- .indexboxcont:after
- {
- content: ".";
- display: block;
- height: 0;
- clear: both;
- visibility: hidden;
- }
-
.indexbox .indexIcon span
{
display: block;
@@ -1085,6 +1077,17 @@
background: url(../images/sprites-combined.png) no-repeat -111px -376px;
padding: 0;
}
+ .indexboxcont:after
+ {
+ content: ".";
+ display: block;
+ height: 0;
+ clear: both;
+ visibility: hidden;
+ }
+ /*
+
+
.lastcol
{
@@ -1098,6 +1101,8 @@
{
margin-left: -6px;
}
+ */
+
/* end indexbox */
}
/* end of screen media */