mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
remove max-width on img from reset and put in docs only, per #1552
This commit is contained in:
parent
9c74f21966
commit
331c85724a
4 changed files with 1 additions and 4 deletions
Binary file not shown.
1
docs/assets/css/bootstrap.css
vendored
1
docs/assets/css/bootstrap.css
vendored
|
@ -53,7 +53,6 @@ sub {
|
|||
bottom: -0.25em;
|
||||
}
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
border: 0;
|
||||
-ms-interpolation-mode: bicubic;
|
||||
|
|
|
@ -482,8 +482,7 @@ hr.soften {
|
|||
/* Misc
|
||||
-------------------------------------------------- */
|
||||
|
||||
|
||||
.browser-support {
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
|
|
|
@ -75,7 +75,6 @@ sub {
|
|||
// -------------------------
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
border: 0;
|
||||
-ms-interpolation-mode: bicubic;
|
||||
|
|
Loading…
Reference in a new issue