diff --git a/lib/gollum/frontend/public/css/gollum.css b/lib/gollum/frontend/public/css/gollum.css index 21891cdf..59b47f96 100644 --- a/lib/gollum/frontend/public/css/gollum.css +++ b/lib/gollum/frontend/public/css/gollum.css @@ -405,6 +405,18 @@ a:hover, a:visited { .results #footer ul.actions li { margin: 0 1em 0 0; } + + +/* @section compare */ +.compare h1 { + color: #999; + font-weight: normal; +} + + .compare h1 strong { + color: #000; + font-weight: bold; + } /* @control minibutton */ @@ -542,7 +554,7 @@ ul.actions { #head #searchbar #searchbar-fauxtext #search-submit span { background-image: url(/images/icon-sprite.png); - background-position: -405px 0; + background-position: -431px -1px; background-repeat: no-repeat; display: block; height: 25px; @@ -552,7 +564,7 @@ ul.actions { } #head #searchbar #searchbar-fauxtext #search-submit:hover span { - background-position: -405px -27px; + background-position: -431px -28px; padding: 0; } diff --git a/lib/gollum/frontend/public/images/icon-sprite.png b/lib/gollum/frontend/public/images/icon-sprite.png index 79cf2e3a..83e8c6fd 100644 Binary files a/lib/gollum/frontend/public/images/icon-sprite.png and b/lib/gollum/frontend/public/images/icon-sprite.png differ