Skip to content

Commit

Permalink
yeti: fix height on input-group btns
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Nov 22, 2013
1 parent 10cf14e commit c2ed4f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion yeti/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -7587,7 +7587,7 @@ label,
.form-group .btn,
.input-group-addon,
.input-group-btn .btn {
padding: 7px 14px 6px;
padding: 8px 14px;
font-size: 12px;
}

Expand Down
2 changes: 1 addition & 1 deletion yeti/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion yeti/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ label,
.form-group .btn,
.input-group-addon,
.input-group-btn .btn {
padding: 7px 14px 6px;
padding: 8px 14px;
font-size: @font-size-small;
}

Expand Down

0 comments on commit c2ed4f7

Please sign in to comment.