From b9a970a19a1eb4a7373b82e0f3ef111dbfe06d94 Mon Sep 17 00:00:00 2001 From: Corey Donohoe Date: Tue, 10 Apr 2012 18:25:09 -0700 Subject: [PATCH] minor css fixups from github's internal copy --- .gitignore | 1 + lib/gollum/frontend/public/css/gollum.css | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bd43e951..033ec934 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ pkg .DS_Store .bundle Gemfile.lock +*.gem diff --git a/lib/gollum/frontend/public/css/gollum.css b/lib/gollum/frontend/public/css/gollum.css index eee5554e..231207f4 100755 --- a/lib/gollum/frontend/public/css/gollum.css +++ b/lib/gollum/frontend/public/css/gollum.css @@ -586,7 +586,7 @@ ul.actions { /* @control searchbar */ #head #searchbar { float: right; - margin: 0; + margin: 1em 0 0 0; padding: 0; overflow: hidden; } @@ -640,7 +640,7 @@ ul.actions { #head #searchbar #searchbar-fauxtext #search-submit span { background-image: url(/images/icon-sprite.png); - background-position: -431px 4px; + background-position: -431px -1px; background-repeat: no-repeat; display: block; height: 2em; @@ -655,6 +655,6 @@ ul.actions { } #head #searchbar #searchbar-fauxtext #search-submit:hover span { - background-position: -431px -23px; + background-position: -431px -28px; padding: 0; }