mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-03 03:29:21 +01:00
remove dupe border-box
This commit is contained in:
parent
04dc221037
commit
98df9495cc
3
dist/css/bootstrap.css
vendored
3
dist/css/bootstrap.css
vendored
@ -2107,9 +2107,6 @@ input[type="button"].btn-block {
|
|||||||
background-color: #eeeeee;
|
background-color: #eeeeee;
|
||||||
border: 1px solid #cccccc;
|
border: 1px solid #cccccc;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
-webkit-box-sizing: border-box;
|
|
||||||
-moz-box-sizing: border-box;
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-group-addon.input-sm {
|
.input-group-addon.input-sm {
|
||||||
|
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@ -44,7 +44,6 @@
|
|||||||
// Text input groups
|
// Text input groups
|
||||||
// -------------------------
|
// -------------------------
|
||||||
.input-group-addon {
|
.input-group-addon {
|
||||||
.box-sizing(border-box);
|
|
||||||
padding: @padding-base-vertical @padding-base-horizontal;
|
padding: @padding-base-vertical @padding-base-horizontal;
|
||||||
font-size: @font-size-base;
|
font-size: @font-size-base;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user