diff options
author | Martin Smith <martin.smith@nokia.com> | 2011-01-13 09:14:15 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2011-01-13 09:14:15 (GMT) |
commit | f803b62b4526f0f81693a59bdf4b07e36f3900c9 (patch) | |
tree | 2fc584411159558e05de5377f4d7f8c57a8c261d /doc/src/template/style | |
parent | fe8684d338a2344d890f1d5d57d58f21af877346 (diff) | |
download | Qt-f803b62b4526f0f81693a59bdf4b07e36f3900c9.zip Qt-f803b62b4526f0f81693a59bdf4b07e36f3900c9.tar.gz Qt-f803b62b4526f0f81693a59bdf4b07e36f3900c9.tar.bz2 |
qdoc: Added the \caption command.
And removed some \raw cases. Only 13 raw-html uses remaining.
Added the figCaption clause to style.css.
Diffstat (limited to 'doc/src/template/style')
-rwxr-xr-x | doc/src/template/style/style.css | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/doc/src/template/style/style.css b/doc/src/template/style/style.css index 5f60199..de9e76c 100755 --- a/doc/src/template/style/style.css +++ b/doc/src/template/style/style.css @@ -135,10 +135,11 @@ font-size: 11px; margin-bottom: 25px; } - pre.highlightedCode { - display: block; - overflow:hidden; - } + pre.highlightedCode + { + display: block; + overflow:hidden; + } thead { margin-top: 5px; @@ -283,7 +284,13 @@ background: #c0c0c0; color: #000000; } - + .figCaption + { + color:#363534; + font:italic 11px/1.2 Verdana; + text-align: center; + padding-top:0; + } span.comment { color: #008B00; |