Skip to content

Commit 459c122

Browse files
committed
Upgrade bootstrap everywhere; minor fixes
1 parent 3e36730 commit 459c122

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

process.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<html lang="en">
33
<head>
44
<title>cpp-netlib: Development Process</title>
5-
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen">
6-
<link href="bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet">
5+
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css">
6+
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap-theme.min.css">
77
<link href="static/cpp-netlib.css" rel="stylesheet">
88
</head>
99
<body data-spy="scroll" data-target=".cpp-netlib-docs-sidebar">
@@ -63,7 +63,8 @@ <h1>Introduction</h1>
6363
<div class="page-header">
6464
<h1>Pull Requests</h1>
6565
</div>
66-
<p>The maintainers of the project review and merge <a href=""
66+
<p>The maintainers of the project review and merge <a
67+
href="https://help.github.com/articles/using-pull-requests"
6768
target="_blank">Pull Requests</a> (from here on out referred to
6869
as PR's) from contributors using the GitHub Pull Request feature.
6970
This allows the project to move forward using the Git distributed
@@ -195,8 +196,8 @@ <h3>Patch Releases</h3>
195196
href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>)</p>
196197
</div>
197198
</footer>
198-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
199-
<script src="bootstrap/js/bootstrap.min.js"></script>
199+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
200+
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script>
200201
<script type="text/javascript">
201202
var _gaq = _gaq || [];
202203
_gaq.push(['_setAccount', 'UA-19815738-1']);

proposals.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<html lang="en">
33
<head>
44
<title>cpp-netlib: Proposals</title>
5-
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen">
6-
<link href="bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet">
5+
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css">
6+
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap-theme.min.css">
77
<link href="static/cpp-netlib.css" rel="stylesheet">
88
</head>
99
<body data-spy="scroll" data-target=".cpp-netlib-docs-sidebar">
@@ -84,7 +84,7 @@ <h1>Preparation</h1>
8484
GitHub repository is much easier to discuss than an email.</li>
8585
</ul>
8686
<p>Once you have these things, fire off an email to the mailing
87-
list citing the above four preparation sections.<p>
87+
list citing the above four preparation sections.</p>
8888
</section>
8989
<section id="discussion">
9090
<div class="page-header">
@@ -200,8 +200,8 @@ <h1>Inclusion</h1>
200200
href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>)</p>
201201
</div>
202202
</footer>
203-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
204-
<script src="bootstrap/js/bootstrap.min.js"></script>
203+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
204+
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script>
205205
<script type="text/javascript">
206206
var _gaq = _gaq || [];
207207
_gaq.push(['_setAccount', 'UA-19815738-1']);

style-guide.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<html lang="en">
33
<head>
44
<title>cpp-netlib: Style Guide</title>
5-
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen">
6-
<link href="bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet">
5+
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css">
6+
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap-theme.min.css">
77
<link href="static/cpp-netlib.css" rel="stylesheet">
88
</head>
99
<body data-spy="scroll" data-target=".cpp-netlib-docs-sidebar">
@@ -119,8 +119,8 @@ <h1>Organization</h1>
119119
href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>)</p>
120120
</div>
121121
</footer>
122-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
123-
<script src="bootstrap/js/bootstrap.min.js"></script>
122+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
123+
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script>
124124
<script type="text/javascript">
125125
var _gaq = _gaq || [];
126126
_gaq.push(['_setAccount', 'UA-19815738-1']);
@@ -138,4 +138,3 @@ <h1>Organization</h1>
138138
</script>
139139
</body>
140140
</html>
141-

0 commit comments

Comments
 (0)