Fix the fact I overwrote the search icon in the sprite

This commit is contained in:
Eston Bond
2010-11-15 19:20:31 -08:00
parent 5d6c9c5943
commit 4ff4358729
2 changed files with 14 additions and 2 deletions
+14 -2
View File
@@ -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;
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.9 KiB

After

Width:  |  Height:  |  Size: 9.3 KiB