mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Adds necessary ie7-inline-block macros
This commit is contained in:
parent
7b31f4a334
commit
43f1a42f7f
2 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
.btn-toolbar {
|
||||
.btn-group {
|
||||
display: inline-block;
|
||||
.ie7-inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -377,6 +377,7 @@ select:focus:required:invalid {
|
|||
|
||||
.help-inline {
|
||||
display: inline-block;
|
||||
.ie7-inline-block;
|
||||
margin-bottom: 9px;
|
||||
vertical-align: middle;
|
||||
padding-left: 5px;
|
||||
|
|
Loading…
Add table
Reference in a new issue