Skip to content

Commit

Permalink
remove dupe border-box
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Aug 5, 2013
1 parent 04dc221 commit 98df949
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions dist/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -2107,9 +2107,6 @@ input[type="button"].btn-block {
background-color: #eeeeee;
border: 1px solid #cccccc;
border-radius: 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.input-group-addon.input-sm {
Expand Down
2 changes: 1 addition & 1 deletion dist/css/bootstrap.min.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion less/input-groups.less
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
// Text input groups
// -------------------------
.input-group-addon {
.box-sizing(border-box);
padding: @padding-base-vertical @padding-base-horizontal;
font-size: @font-size-base;
font-weight: normal;
Expand Down

0 comments on commit 98df949

Please sign in to comment.