diff options
author | Martin Smith <msmith@trolltech.com> | 2009-06-02 11:10:47 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-06-02 11:11:21 (GMT) |
commit | 983411366b3517fce2dd6fc6b72c6292e93f6824 (patch) | |
tree | 068af0914e12b0c0053cb5365a04849eac22f0ac /tools/qdoc3/htmlgenerator.cpp | |
parent | f001cda07f6aa026d59e448b49212c0182ed895c (diff) | |
download | Qt-983411366b3517fce2dd6fc6b72c6292e93f6824.zip Qt-983411366b3517fce2dd6fc6b72c6292e93f6824.tar.gz Qt-983411366b3517fce2dd6fc6b72c6292e93f6824.tar.bz2 |
qdoc: Changed the css to make more people happy.
No more fonts less than 100%. Toned down the green lines separating
table rows, now gray (or we can try a softer green). Made the table
widt 100%. More coming. the constructors still aren't aligned
properly.
Diffstat (limited to 'tools/qdoc3/htmlgenerator.cpp')
-rw-r--r-- | tools/qdoc3/htmlgenerator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qdoc3/htmlgenerator.cpp b/tools/qdoc3/htmlgenerator.cpp index e2e6950..4e4261f 100644 --- a/tools/qdoc3/htmlgenerator.cpp +++ b/tools/qdoc3/htmlgenerator.cpp @@ -2181,7 +2181,7 @@ void HtmlGenerator::generateSectionList(const Section& section, } if (name_alignment) { out() << "<table border=\"0\" cellpadding=\"0\" " - << "cellspacing=\"0\">\n"; + << "cellspacing=\"0\" width=\"100%\">\n"; } else { if (twoColumn) |