mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
a few property reordering things
This commit is contained in:
parent
cad8f2b43a
commit
498b7d984a
4 changed files with 12 additions and 37 deletions
|
|
@ -76,9 +76,9 @@ sub {
|
|||
|
||||
img {
|
||||
max-width: 100%; // Make images inherently responsive
|
||||
vertical-align: middle;
|
||||
border: 0;
|
||||
-ms-interpolation-mode: bicubic;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
// Forms
|
||||
|
|
@ -111,10 +111,10 @@ input[type="submit"] {
|
|||
-webkit-appearance: button; // Style clickable inputs in iOS
|
||||
}
|
||||
input[type="search"] { // Appearance in Safari/Chrome
|
||||
-webkit-appearance: textfield;
|
||||
-webkit-box-sizing: content-box;
|
||||
-moz-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
-webkit-appearance: textfield;
|
||||
}
|
||||
input[type="search"]::-webkit-search-decoration,
|
||||
input[type="search"]::-webkit-search-cancel-button {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue