Skip to content

Commit ebeb110

Browse files
committed
bump to v3.3.0
1 parent 7396fa5 commit ebeb110

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+6509
-2888
lines changed

about/index.html

Lines changed: 34 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,27 @@
1616
</title>
1717

1818
<!-- Bootstrap core CSS -->
19-
<link href="../dist/css/bootstrap.min.css" rel="stylesheet">
19+
20+
<link href="../dist/css/bootstrap.css" rel="stylesheet">
21+
2022

2123

2224
<!-- Documentation extras -->
23-
<link href="../assets/css/docs.min.css" rel="stylesheet">
25+
26+
<link href="../assets/css/src/docs.css" rel="stylesheet">
27+
<link href="../assets/css/src/pygments-manni.css" rel="stylesheet">
28+
2429
<!--[if lt IE 9]><script src="../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
25-
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
26-
<script src="../assets/js/ie10-viewport-bug-workaround.js"></script>
2730
<script src="../assets/js/ie-emulation-modes-warning.js"></script>
2831

29-
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
32+
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
3033
<!--[if lt IE 9]>
3134
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
3235
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
3336
<![endif]-->
3437

3538
<!-- Favicons -->
36-
<link rel="apple-touch-icon-precomposed" href="/apple-touch-icon-precomposed.png">
39+
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
3740
<link rel="icon" href="/favicon.ico">
3841

3942
<script>
@@ -53,7 +56,7 @@
5356
<header class="navbar navbar-static-top bs-docs-nav" id="top" role="banner">
5457
<div class="container">
5558
<div class="navbar-header">
56-
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".bs-navbar-collapse">
59+
<button class="navbar-toggle collapsed" type="button" data-toggle="collapse" data-target=".bs-navbar-collapse">
5760
<span class="sr-only">Toggle navigation</span>
5861
<span class="icon-bar"></span>
5962
<span class="icon-bar"></span>
@@ -64,19 +67,19 @@
6467
<nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation">
6568
<ul class="nav navbar-nav">
6669
<li>
67-
<a href="../getting-started">Getting started</a>
70+
<a href="../getting-started/">Getting started</a>
6871
</li>
6972
<li>
70-
<a href="../css">CSS</a>
73+
<a href="../css/">CSS</a>
7174
</li>
7275
<li>
73-
<a href="../components">Components</a>
76+
<a href="../components/">Components</a>
7477
</li>
7578
<li>
76-
<a href="../javascript">JavaScript</a>
79+
<a href="../javascript/">JavaScript</a>
7780
</li>
7881
<li>
79-
<a href="../customize">Customize</a>
82+
<a href="../customize/">Customize</a>
8083
</li>
8184
</ul>
8285
<ul class="nav navbar-nav navbar-right">
@@ -170,7 +173,7 @@ <h2 id="team-core">Core team</h2>
170173
<strong>Heinrich Fenkart</strong> <small>@hnrch02</small>
171174
</a>
172175
</div>
173-
176+
174177
</div>
175178
<p>Get involved with Bootstrap development by <a href="https://github.com/twbs/bootstrap/issues/new">opening an issue</a> or submitting a pull request. Read our <a href="https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md">contributing guidelines</a> for information on how we develop.</p>
176179

@@ -265,7 +268,6 @@ <h2>Colors</h2>
265268
<div class="color-swatch bs-gray"></div>
266269
</div>
267270
</div>
268-
269271
</div>
270272

271273
</div>
@@ -316,11 +318,11 @@ <h2>Colors</h2>
316318
</div>
317319

318320

319-
<p>Designed and built with all the love in the world by <a href="http://twitter.com/mdo" target="_blank">@mdo</a> and <a href="http://twitter.com/fat" target="_blank">@fat</a>.</p>
320-
<p>Maintained by the <a href="https://github.com/twbs?tab=members">core team</a> with the help of <a href="https://github.com/twbs/bootstrap/graphs/contributors">our contributors</a>.</p>
321+
<p>Designed and built with all the love in the world by <a href="https://twitter.com/mdo" target="_blank">@mdo</a> and <a href="https://twitter.com/fat" target="_blank">@fat</a>.</p>
322+
<p>Maintained by the <a href="https://github.com/orgs/twbs/people">core team</a> with the help of <a href="https://github.com/twbs/bootstrap/graphs/contributors">our contributors</a>.</p>
321323
<p>Code licensed under <a href="https://github.com/twbs/bootstrap/blob/master/LICENSE" target="_blank">MIT</a>, documentation under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
322324
<ul class="bs-docs-footer-links muted">
323-
<li>Currently v3.2.0</li>
325+
<li>Currently v3.3.0</li>
324326
<li>&middot;</li>
325327
<li><a href="https://github.com/twbs/bootstrap">GitHub</a></li>
326328
<li>&middot;</li>
@@ -334,7 +336,7 @@ <h2>Colors</h2>
334336
<li>&middot;</li>
335337
<li><a href="http://blog.getbootstrap.com">Blog</a></li>
336338
<li>&middot;</li>
337-
<li><a href="https://github.com/twbs/bootstrap/issues?state=open">Issues</a></li>
339+
<li><a href="https://github.com/twbs/bootstrap/issues">Issues</a></li>
338340
<li>&middot;</li>
339341
<li><a href="https://github.com/twbs/bootstrap/releases">Releases</a></li>
340342
</ul>
@@ -345,10 +347,22 @@ <h2>Colors</h2>
345347
================================================== -->
346348
<!-- Placed at the end of the document so the pages load faster -->
347349
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
348-
<script src="../dist/js/bootstrap.min.js"></script>
349-
<script src="../assets/js/docs.min.js"></script>
350350

351351

352+
<script src="../dist/js/bootstrap.js"></script>
353+
354+
355+
356+
<script src="../assets/js/vendor/holder.js"></script>
357+
<script src="../assets/js/vendor/ZeroClipboard.min.js"></script>
358+
<script src="../assets/js/src/application.js"></script>
359+
360+
361+
362+
363+
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
364+
<script src="../assets/js/ie10-viewport-bug-workaround.js"></script>
365+
352366

353367
<script>
354368
window.twttr = (function (d,s,id) {

apple-touch-icon-precomposed.png

-3.14 KB
Binary file not shown.

apple-touch-icon.png

6 KB
Loading

assets/css/docs.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)