diff options
author | Martin Smith <msmith@trolltech.com> | 2009-07-20 11:06:07 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-07-20 11:06:38 (GMT) |
commit | 74a6ab4e1c7db31eebab3bdef1baf376fce84ae0 (patch) | |
tree | af3ab9d27da024681704b0ceb19869d185aebd14 /tools/qdoc3/test | |
parent | 94fe8043579d398feddecae86c7359dfd300e25f (diff) | |
download | Qt-74a6ab4e1c7db31eebab3bdef1baf376fce84ae0.zip Qt-74a6ab4e1c7db31eebab3bdef1baf376fce84ae0.tar.gz Qt-74a6ab4e1c7db31eebab3bdef1baf376fce84ae0.tar.bz2 |
doc: Increased memitemleft width from 160px to 180px.
Diffstat (limited to 'tools/qdoc3/test')
-rw-r--r-- | tools/qdoc3/test/classic.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qdoc3/test/classic.css b/tools/qdoc3/test/classic.css index 7f22861..3816164 100644 --- a/tools/qdoc3/test/classic.css +++ b/tools/qdoc3/test/classic.css @@ -125,7 +125,7 @@ table.generic, table.annotated } table td.memItemLeft { - width: 160px; + width: 180px; padding: 2px 0px 0px 8px; margin: 4px; border-width: 1px; |