From bfca5ef8f22fea1272e3ee733d8ee7e2e46f4ec4 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 10 May 2007 05:57:51 +0000 Subject: [PATCH] I really don't like the underlines and color-changing on links ... :-) --- theme/custom_corners/user_styles.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/theme/custom_corners/user_styles.css b/theme/custom_corners/user_styles.css index 9b72005489..545ce6592c 100644 --- a/theme/custom_corners/user_styles.css +++ b/theme/custom_corners/user_styles.css @@ -32,14 +32,14 @@ div#page { div.clearer { clear: both; } -a:link { - color: #116699; -} +a:link, a:visited { - color: #AA2200; + color: #116699; + text-decoration:none; } a:hover { color: #0066FF; + text-decoration: underline; } table.generaltable { background-color: #EEEEEE; -- 2.39.5