Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Fine-tuned search box width to accomodate 'Analyze' text
Browse files Browse the repository at this point in the history
  • Loading branch information
mdb committed Apr 15, 2012
1 parent c38c779 commit 7905afe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/stylesheets/style.css
Expand Up @@ -295,7 +295,7 @@ form.url {
}
form.url input.text {
float: left;
width: 840px;
width: 835px;
height: 30px;
line-height: 30px;
font-size: 18px;
Expand Down
2 changes: 1 addition & 1 deletion public/stylesheets/style.styl
Expand Up @@ -30,7 +30,7 @@ form.url

input.text
float: left
width: 840px
width: 835px
height: 30px
line-height: 30px
font-size: 18px
Expand Down

0 comments on commit 7905afe

Please sign in to comment.