Skip to content

Commit

Permalink
yeti: prevent override on input size, closes thomaspark#282
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Jul 7, 2014
1 parent cdff774 commit 55608a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions yeti/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -6328,8 +6328,7 @@ blockquote small {
table {
font-size: 12px;
}
input,
.form-control {
input {
padding: 7px;
}
label,
Expand Down
2 changes: 1 addition & 1 deletion yeti/bootstrap.min.css

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions yeti/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,7 @@ table {

// Forms ======================================================================

input,
.form-control {
input {
padding: 7px;
}

Expand Down

0 comments on commit 55608a4

Please sign in to comment.