From 169953bd25d22e27794dc395f7708f4befe538a2 Mon Sep 17 00:00:00 2001 From: Morten Engvoldsen Date: Thu, 14 Oct 2010 16:22:55 +0200 Subject: Doc: making links more visible when they are visited. Task-number:QTBUG-10717 --- doc/src/template/style/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) 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; -- cgit v0.12