minor css fixups from github's internal copy

This commit is contained in:
Corey Donohoe
2012-04-10 18:25:09 -07:00
parent bee93eade1
commit b9a970a19a
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -3,3 +3,4 @@ pkg
.DS_Store .DS_Store
.bundle .bundle
Gemfile.lock Gemfile.lock
*.gem
+3 -3
View File
@@ -586,7 +586,7 @@ ul.actions {
/* @control searchbar */ /* @control searchbar */
#head #searchbar { #head #searchbar {
float: right; float: right;
margin: 0; margin: 1em 0 0 0;
padding: 0; padding: 0;
overflow: hidden; overflow: hidden;
} }
@@ -640,7 +640,7 @@ ul.actions {
#head #searchbar #searchbar-fauxtext #search-submit span { #head #searchbar #searchbar-fauxtext #search-submit span {
background-image: url(/images/icon-sprite.png); background-image: url(/images/icon-sprite.png);
background-position: -431px 4px; background-position: -431px -1px;
background-repeat: no-repeat; background-repeat: no-repeat;
display: block; display: block;
height: 2em; height: 2em;
@@ -655,6 +655,6 @@ ul.actions {
} }
#head #searchbar #searchbar-fauxtext #search-submit:hover span { #head #searchbar #searchbar-fauxtext #search-submit:hover span {
background-position: -431px -23px; background-position: -431px -28px;
padding: 0; padding: 0;
} }