diff --git a/Identity/Webenv/Themes/Default/Moin/1.5.9/Modern/css/screen.css b/Identity/Webenv/Themes/Default/Moin/1.5.9/Modern/css/screen.css index 906799a..c133ae3 100644 --- a/Identity/Webenv/Themes/Default/Moin/1.5.9/Modern/css/screen.css +++ b/Identity/Webenv/Themes/Default/Moin/1.5.9/Modern/css/screen.css @@ -814,9 +814,9 @@ div.table-of-contents { font-size: small; text-align:left; margin-bottom: 2em; - border: 1px solid #D2E0F6; - background-image: url("../img/moin-msg-bg-blue.png"); - background-color: #ECF4FF; + border: 1px solid #DDD; + background-image: url("../img/moin-msg-bg-gray.png"); + background-color: #FFF; -moz-border-radius: 3px; } @@ -832,7 +832,7 @@ div.table-of-contents p.table-of-contents-heading { background-image: url("../img/moin-h2-background.png"); color: #072B61; font-weight: bold; - border-bottom: 1px solid #D2E0F6; + border-bottom: 1px solid #DDD; } div.searchresults {