diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Modern/htdocs/css/trac.css b/Identity/Webenv/Themes/Default/Trac/0.10.4/Modern/htdocs/css/trac.css index 15af10e..47fa214 100755 --- a/Identity/Webenv/Themes/Default/Trac/0.10.4/Modern/htdocs/css/trac.css +++ b/Identity/Webenv/Themes/Default/Trac/0.10.4/Modern/htdocs/css/trac.css @@ -112,7 +112,7 @@ div#content div#preview > div { -----------------------------------------------*/ a:link { text-decoration: none; color: #0044B3; } -a:hover { text-decoration: none; color: green; } +a:hover { text-decoration: underline; color: green; } a:active { text-decoration: none; color: green; } a:visited { text-decoration: none; color: #0044B3; } a:visited:hover { text-decoration: underline; color: green; }