Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
50b2245b
Commit
50b2245b
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
restore max-width 100% for images
parent
20da2c8e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/assets/bootstrap.zip
+0
-0
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
+1
-0
docs/assets/css/bootstrap.css
less/reset.less
+1
-0
less/reset.less
with
2 additions
and
0 deletions
+2
-0
docs/assets/bootstrap.zip
+
0
-
0
View file @
50b2245b
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/assets/css/bootstrap.css
+
1
-
0
View file @
50b2245b
...
@@ -57,6 +57,7 @@ sub {
...
@@ -57,6 +57,7 @@ sub {
bottom
:
-0.25em
;
bottom
:
-0.25em
;
}
}
img
{
img
{
max-width
:
100%
;
height
:
auto
;
height
:
auto
;
border
:
0
;
border
:
0
;
-ms-interpolation-mode
:
bicubic
;
-ms-interpolation-mode
:
bicubic
;
...
...
This diff is collapsed.
Click to expand it.
less/reset.less
+
1
-
0
View file @
50b2245b
...
@@ -75,6 +75,7 @@ sub {
...
@@ -75,6 +75,7 @@ sub {
// -------------------------
// -------------------------
img {
img {
max-width: 100%; // Make images inherently responsive
height: auto;
height: auto;
border: 0;
border: 0;
-ms-interpolation-mode: bicubic;
-ms-interpolation-mode: bicubic;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment