From 22fec9f732d2b2e09420694c0b76aa2138262d0c Mon Sep 17 00:00:00 2001 From: Loic d'Anterroches Date: Wed, 26 Nov 2008 21:51:16 +0100 Subject: [PATCH] Forced the default link colors. This is needed for people using custome style in their browser. This allows correct display in that case. --- www/media/idf/css/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/www/media/idf/css/style.css b/www/media/idf/css/style.css index cf19cad..8bc8a40 100644 --- a/www/media/idf/css/style.css +++ b/www/media/idf/css/style.css @@ -23,6 +23,18 @@ h2.top { margin-top: 0; } +a:link { + color: #00f; +} + +a:visited { + color: #800080; +} + +a:active{ + color: #f00; +} + .yui-g { padding: 0 1em; }