Skip to content
This repository has been archived by the owner on Apr 19, 2019. It is now read-only.

Commit

Permalink
Merge pull request gollum#313 from kristi/frontend-tweak
Browse files Browse the repository at this point in the history
Fix searchbar scaling issue
  • Loading branch information
atmos committed May 4, 2012
2 parents 9dfeb23 + 6a126d4 commit 5d1844e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions lib/gollum/frontend/public/gollum/css/gollum.css
Expand Up @@ -615,18 +615,13 @@ ul.actions {
background: #fff;
border: 1px solid #d4d4d4;
overflow: hidden;
height: 2.0em;
height: 2.2em;

border-radius: 0.3em;
-moz-border-radius: 0.3em;
-webkit-border-radius: 0.3em;
}

.ie #head #searchbar #searchbar-fauxtext,
.ff #head #searchbar #searchbar-fauxtext {
height: 2.2em
}

#head #searchbar #searchbar-fauxtext input#search-query {
border: none;
color: #000;
Expand Down

0 comments on commit 5d1844e

Please sign in to comment.