Skip to content

Commit

Permalink
More text size regression fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aroman committed Aug 22, 2012
1 parent f6d9960 commit b938851
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions static/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ h1, h2, h3, h4, h5, h6 {
margin: 0;
}

/* REGRESSION FIX: 2.0.4 -> 2.1.0
Form text is too big */
label, input, button, select, textarea, .btn {
font-size: 13px;
}

body {
background-color: #FAFAFA;
font-size: 13px;
Expand Down

0 comments on commit b938851

Please sign in to comment.