Skip to content

Commit

Permalink
Change line-height of form elements to 100%.
Browse files Browse the repository at this point in the history
  • Loading branch information
twe4ked committed May 13, 2012
1 parent 6ed1204 commit 078f638
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion views/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ body{
form{
font-size:14px;
margin-bottom:20px;
line-height:100%;

input{
font:14px/120% 'Helvetica Neue', sans-serif;
font:14px/100% 'Helvetica Neue', sans-serif;
padding:0px;
border:none;
border-bottom:1px solid #666;
Expand Down

0 comments on commit 078f638

Please sign in to comment.