summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-10-14 14:22:55 (GMT)
committerMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-10-14 14:22:55 (GMT)
commit169953bd25d22e27794dc395f7708f4befe538a2 (patch)
tree2a25268b997afa7c373f6463f280da27bdc1c015 /doc
parentd8a4d9813cb7771947aa065113310b312b9eb2f8 (diff)
downloadQt-169953bd25d22e27794dc395f7708f4befe538a2.zip
Qt-169953bd25d22e27794dc395f7708f4befe538a2.tar.gz
Qt-169953bd25d22e27794dc395f7708f4befe538a2.tar.bz2
Doc: making links more visible when they are visited.
Task-number:QTBUG-10717
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/src/template/style/style.css9
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;