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
fe30bd60
Commit
fe30bd60
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
make bootstrap like google maps a bit more
parent
76ee2123
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+4
-0
docs/assets/css/bootstrap.css
less/reset.less
+5
-0
less/reset.less
with
9 additions
and
0 deletions
+9
-0
docs/assets/css/bootstrap.css
+
4
-
0
View file @
fe30bd60
...
@@ -73,6 +73,10 @@ img {
...
@@ -73,6 +73,10 @@ img {
-ms-interpolation-mode
:
bicubic
;
-ms-interpolation-mode
:
bicubic
;
}
}
#map_canvas
img
{
max-width
:
none
;
}
button
,
button
,
input
,
input
,
select
,
select
,
...
...
This diff is collapsed.
Click to expand it.
less/reset.less
+
5
-
0
View file @
fe30bd60
...
@@ -81,6 +81,11 @@ img {
...
@@ -81,6 +81,11 @@ img {
-ms-interpolation-mode: bicubic;
-ms-interpolation-mode: bicubic;
}
}
// Prevent max-width from affecting Google Maps
#map_canvas img {
max-width: none;
}
// Forms
// Forms
// -------------------------
// -------------------------
...
...
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