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
239ce24f
Commit
239ce24f
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes
#5188
: add .google-maps class to reset responsive images on case-by-case basis
parent
085d6d18
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+2
-1
docs/assets/css/bootstrap.css
less/reset.less
+2
-1
less/reset.less
with
4 additions
and
2 deletions
+4
-2
docs/assets/css/bootstrap.css
+
2
-
1
View file @
239ce24f
...
...
@@ -75,7 +75,8 @@ img {
-ms-interpolation-mode
:
bicubic
;
}
#map_canvas
img
{
#map_canvas
img
,
.google-maps
img
{
max-width
:
none
;
}
...
...
This diff is collapsed.
Click to expand it.
less/reset.less
+
2
-
1
View file @
239ce24f
...
...
@@ -88,7 +88,8 @@ img {
}
// Prevent max-width from affecting Google Maps
#map_canvas img {
#map_canvas img,
.google-maps img {
max-width: none;
}
...
...
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