diff options
author | Jens Bache-Wiig <jbache@trolltech.com> | 2009-06-10 15:26:57 (GMT) |
---|---|---|
committer | Jens Bache-Wiig <jbache@trolltech.com> | 2009-06-10 15:27:51 (GMT) |
commit | 2e41f3fd234a31a57c111b16e0339dea52d77d4d (patch) | |
tree | 74a7c96e6d90db8fa3dfd77f03431287aec32506 /tools/qdoc3 | |
parent | a863beab4c18f4bda777b61e55e7b66074a467f6 (diff) | |
download | Qt-2e41f3fd234a31a57c111b16e0339dea52d77d4d.zip Qt-2e41f3fd234a31a57c111b16e0339dea52d77d4d.tar.gz Qt-2e41f3fd234a31a57c111b16e0339dea52d77d4d.tar.bz2 |
Reduce left-margins in qdoc
The current implementation is a bit hackish and does not
work for all cases. It is better to remove it for now
until we have a proper way of supporting it.
Diffstat (limited to 'tools/qdoc3')
-rw-r--r-- | tools/qdoc3/test/classic.css | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/tools/qdoc3/test/classic.css b/tools/qdoc3/test/classic.css index 5087f9e..7f22861 100644 --- a/tools/qdoc3/test/classic.css +++ b/tools/qdoc3/test/classic.css @@ -39,8 +39,6 @@ table.valuelist { border-color: #dddddd; border-collapse: collapse; background-color: #f0f0f0; - margin-left: 1.5%; - width: 97% } table.indextable { @@ -48,8 +46,6 @@ table.indextable { border-collapse: collapse; background-color: #f0f0f0; border-color:#555; - margin-left: 1.5%; - width: 97% } @@ -72,9 +68,9 @@ th.titleheader { } p { - margin-left: 1.5%; + + margin-left: 4px; margin-top: 8px; - width: 97% margin-bottom: 8px; } @@ -138,6 +134,7 @@ table td.memItemLeft { font-size: 100%; white-space: nowrap } + table td.memItemRight { padding: 2px 8px 0px 8px; margin: 4px; |