Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
1837b8ef
Commit
1837b8ef
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
remove height: auto on images since it interferes with inline dimensions
parent
223c8358
2 merge requests
!2929
Responsive video - from zurp's foundation
,
!2875
2.0.3 wip
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
+8
-1
docs/assets/css/bootstrap.css
less/reset.less
+0
-1
less/reset.less
with
8 additions
and
2 deletions
+8
-2
docs/assets/bootstrap.zip
+
0
-
0
View file @
1837b8ef
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/assets/css/bootstrap.css
+
8
-
1
View file @
1837b8ef
...
@@ -58,7 +58,6 @@ sub {
...
@@ -58,7 +58,6 @@ sub {
}
}
img
{
img
{
max-width
:
100%
;
max-width
:
100%
;
height
:
auto
;
border
:
0
;
border
:
0
;
-ms-interpolation-mode
:
bicubic
;
-ms-interpolation-mode
:
bicubic
;
vertical-align
:
middle
;
vertical-align
:
middle
;
...
@@ -3674,6 +3673,14 @@ a.badge:hover {
...
@@ -3674,6 +3673,14 @@ a.badge:hover {
background-position
:
0
0
;
background-position
:
0
0
;
}
}
}
}
@-o-keyframes
progress-bar-stripes
{
from
{
background-position
:
0
0
;
}
to
{
background-position
:
40px
0
;
}
}
@keyframes
progress-bar-stripes
{
@keyframes
progress-bar-stripes
{
from
{
from
{
background-position
:
40px
0
;
background-position
:
40px
0
;
...
...
This diff is collapsed.
Click to expand it.
less/reset.less
+
0
-
1
View file @
1837b8ef
...
@@ -76,7 +76,6 @@ sub {
...
@@ -76,7 +76,6 @@ sub {
img {
img {
max-width: 100%; // Make images inherently responsive
max-width: 100%; // Make images inherently responsive
height: auto;
border: 0;
border: 0;
-ms-interpolation-mode: bicubic;
-ms-interpolation-mode: bicubic;
vertical-align: middle;
vertical-align: middle;
...
...
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
Menu
Explore
Projects
Groups
Snippets