Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-05-25 07:18:52 +0400
committerMark Otto <markotto@twitter.com>2012-05-25 07:18:52 +0400
commitfe30bd60553bea0f706725deb9a0ad9ef04f0247 (patch)
tree143fd0ce3ef6dd1f3e3cbbbe343fa80e297bfc45 /less
parent76ee212343289577a2e06f03a0ecea9d09ab7bcc (diff)
make bootstrap like google maps a bit more
Diffstat (limited to 'less')
-rw-r--r--less/reset.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/less/reset.less b/less/reset.less
index d9ce2b1107..2332e03c30 100644
--- a/less/reset.less
+++ b/less/reset.less
@@ -81,6 +81,11 @@ img {
-ms-interpolation-mode: bicubic;
}
+// Prevent max-width from affecting Google Maps
+#map_canvas img {
+ max-width: none;
+}
+
// Forms
// -------------------------