diff options
author | David Boddie <david.boddie@nokia.com> | 2010-10-15 12:24:51 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-10-15 12:24:51 (GMT) |
commit | 4f46562b01cc068cd940281f71061386d7f4ecc3 (patch) | |
tree | 523fa14f5f8b5c3a66464494425661be6f2c5d99 /doc/src/template | |
parent | 1637d135906296b2a32f17ed20c86869dc1667e8 (diff) | |
parent | e7b372e4705451dfd4443db7e6fc64d4b8f30c68 (diff) | |
download | Qt-4f46562b01cc068cd940281f71061386d7f4ecc3.zip Qt-4f46562b01cc068cd940281f71061386d7f4ecc3.tar.gz Qt-4f46562b01cc068cd940281f71061386d7f4ecc3.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7
Diffstat (limited to 'doc/src/template')
-rwxr-xr-x | doc/src/template/style/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/src/template/style/style.css b/doc/src/template/style/style.css index 12d297d..536b3c8 100755 --- a/doc/src/template/style/style.css +++ b/doc/src/template/style/style.css @@ -926,6 +926,15 @@ color: #4c0033; text-decoration: underline; } + descr p a + { + text-decoration: underline; + } + + .descr p a:visited + { + text-decoration: underline; + } .feedback { float: none; |