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 b007db7..2c58101 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 @@ -125,12 +125,17 @@ h6 a:visited:hover { text-decoration: underline; color: #072B61; } .anchor:link, .anchor:visited { border: none; - color: #d7d7d7; + color: #AAA; font-size: .8em; background: transparent; -} + } -* > .anchor:link, +h1:hover .anchor:link, +h1:hover .anchor:visited { + color: #FFF; + } + +* > .anchor:link, * > .anchor:visited { visibility: hidden; } @@ -259,9 +264,9 @@ blockquote { border-color: #eeeeee; border-width: 1px; border-style: solid; - border-left-width: 4px; + border-left-width: 5px; margin-left: 1.5em; - padding: 0.5em; + padding: 0.5em 2em; margin-top: 1em; margin-bottom: 1.3em; }