1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Description: Use packaged Bootstrap.
Author: Bas Couwenberg <sebastic@debian.org>
Forwarded: not-needed
--- a/examples/bootstrap.html
+++ b/examples/bootstrap.html
@@ -3,7 +3,7 @@
<head>
<title>Bootstraped OpenLayers</title>
<link rel="stylesheet" href="openlayers/theme/default/style.css">
- <link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/css/bootstrap.min.css" rel="stylesheet">
+ <link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<style>
body {
padding-top: 60px;
|