mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-22 05:03:16 +02:00
Merge branch '3.0.0-wip' into bs3_navbar_overhaul
Conflicts: components.html dist/css/bootstrap.min.css
This commit is contained in:
10
dist/css/bootstrap.css
vendored
10
dist/css/bootstrap.css
vendored
@@ -286,7 +286,9 @@ table {
|
||||
}
|
||||
}
|
||||
|
||||
* {
|
||||
*,
|
||||
*:before,
|
||||
*:after {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
@@ -2253,7 +2255,8 @@ input[type="button"].btn-block {
|
||||
}
|
||||
|
||||
.input-group-lg > .form-control,
|
||||
.input-group-lg > .input-group-addon {
|
||||
.input-group-lg > .input-group-addon,
|
||||
.input-group-lg > .input-group-btn > .btn {
|
||||
height: 45px;
|
||||
padding: 10px 16px;
|
||||
font-size: 18px;
|
||||
@@ -2262,7 +2265,8 @@ input[type="button"].btn-block {
|
||||
}
|
||||
|
||||
.input-group-sm > .form-control,
|
||||
.input-group-sm > .input-group-addon {
|
||||
.input-group-sm > .input-group-addon,
|
||||
.input-group-lg > .input-group-btn > .btn {
|
||||
height: 30px;
|
||||
padding: 5px 10px;
|
||||
font-size: 12px;
|
||||
|
Reference in New Issue
Block a user