diff options
author | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2011-01-12 14:19:38 (GMT) |
---|---|---|
committer | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2011-01-12 14:19:38 (GMT) |
commit | fb76168df6fc73528328d2fce4f10a541af92cc2 (patch) | |
tree | 822863589790ac2df18fa13c7d425974ce580814 | |
parent | 59b9bce59aacc2cf68a3800f4fcb486d136b91f9 (diff) | |
download | Qt-fb76168df6fc73528328d2fce4f10a541af92cc2.zip Qt-fb76168df6fc73528328d2fce4f10a541af92cc2.tar.gz Qt-fb76168df6fc73528328d2fce4f10a541af92cc2.tar.bz2 |
Doc: correcting merge error
-rwxr-xr-x | doc/src/template/style/style.css | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/src/template/style/style.css b/doc/src/template/style/style.css index 451d6bf..aa98af8 100755 --- a/doc/src/template/style/style.css +++ b/doc/src/template/style/style.css @@ -226,10 +226,15 @@ { font-size: 13px; } - .red - { - color:red; - } + .red + { + color:red; + } + .figCaption{ + color:#363534; + font:italic 11px/1.2 Verdana; + padding-top:0; + } /* end font style elements */ /* global settings*/ |