Skip to content
This repository was archived by the owner on May 24, 2021. It is now read-only.

Commit 71a515d

Browse files
committed
bumped bootstrap version to 3.2, using container-fluid (thx @dannguyen)
1 parent 51fa530 commit 71a515d

8 files changed

Lines changed: 215 additions & 223 deletions

css/bootstrap.min.css

Lines changed: 5 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/custom.css

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,4 @@ a:hover { color: #4B58A6; }
2525
.filter-purple { background-color: #7C54FB; }
2626
.filter-red { background-color: #FB6353; }
2727

28-
canvas {-ms-touch-action: double-tap-zoom;}
29-
30-
/** FIX for Bootstrap and Google Maps Info window styes problem **/
31-
img[src*="gstatic.com/"], img[src*="googleapis.com/"] {
32-
max-width: none;
33-
}
28+
canvas {-ms-touch-action: double-tap-zoom;}

fonts/glyphicons-halflings-regular.eot

100755100644
6.11 KB
Binary file not shown.

fonts/glyphicons-halflings-regular.svg

100755100644
Lines changed: 201 additions & 200 deletions
Loading

fonts/glyphicons-halflings-regular.ttf

100755100644
11.5 KB
Binary file not shown.

fonts/glyphicons-halflings-regular.woff

100755100644
6.71 KB
Binary file not shown.

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</head>
1717
<body>
1818
<div class='navbar navbar-default navbar-static-top'>
19-
<div class='container'>
19+
<div class='container-fluid'>
2020
<div class="navbar-header">
2121
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
2222
<span class="icon-bar"></span>
@@ -33,7 +33,7 @@
3333
</div><!--/.nav-collapse -->
3434
</div>
3535
</div>
36-
<div class='container'>
36+
<div class='container-fluid'>
3737
<div class='row'>
3838
<div class='col-md-4'>
3939
<p>This is a demo of <a href='http://derekeder.com'>Derek Eder's</a> <a href='http://derekeder.com/searchable_map_template/'>Searchable Map Template</a> using Google <a href='http://support.google.com/fusiontables/answer/2571232?hl=en&ref_topic=1652595'>Fusion Tables</a>. Use this section to give a little context your map.</p>

js/bootstrap.min.js

100755100644
Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)