Skip to content

Commit 869f113

Browse files
committed
update 1.3 to 1.4 stuffs
1 parent 1b4b97d commit 869f113

11 files changed

+12
-12
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=1.3.0
1+
VERSION=1.4.0
22
DATE=$(shell DATE)
33
BOOTSTRAP = ./bootstrap.css
44
BOOTSTRAP_MIN = ./bootstrap.min.css

bootstrap.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*!
2-
* Bootstrap v1.3.0
2+
* Bootstrap v1.4.0
33
*
44
* Copyright 2011 Twitter, Inc
55
* Licensed under the Apache License v2.0
66
* http://www.apache.org/licenses/LICENSE-2.0
77
*
88
* Designed and built with all the love in the world @twitter by @mdo and @fat.
9-
* Date: Thu Nov 3 14:42:54 PDT 2011
9+
* Date: Thu Nov 3 14:49:00 PDT 2011
1010
*/
1111
/* Reset.less
1212
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h3>Browser support</h3>
131131
<h3>What's included</h3>
132132
<p>Bootstrap comes complete with compiled CSS, uncompiled, and example templates.</p>
133133
<ul>
134-
<li><span class="label">New in 1.3</span> <a href="./javascript.html">Javascript plugins</a></li>
134+
<li><a href="./javascript.html">Javascript plugins</a></li>
135135
<li>All original .less files</li>
136136
<li>Fully <a href="../bootstrap.css">compiled</a> and <a href="../bootstrap.min.css">minified</a> CSS</li>
137137
<li>Complete styleguide documentation</li>

js/bootstrap-alerts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ==========================================================
2-
* bootstrap-alerts.js v1.3.0
2+
* bootstrap-alerts.js v1.4.0
33
* http://twitter.github.com/bootstrap/javascript.html#alerts
44
* ==========================================================
55
* Copyright 2011 Twitter, Inc.

js/bootstrap-buttons.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ============================================================
2-
* bootstrap-dropdown.js v1.3.0
2+
* bootstrap-dropdown.js v1.4.0
33
* http://twitter.github.com/bootstrap/javascript.html#dropdown
44
* ============================================================
55
* Copyright 2011 Twitter, Inc.

js/bootstrap-dropdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ============================================================
2-
* bootstrap-dropdown.js v1.3.0
2+
* bootstrap-dropdown.js v1.4.0
33
* http://twitter.github.com/bootstrap/javascript.html#dropdown
44
* ============================================================
55
* Copyright 2011 Twitter, Inc.

js/bootstrap-modal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* =========================================================
2-
* bootstrap-modal.js v1.3.0
2+
* bootstrap-modal.js v1.4.0
33
* http://twitter.github.com/bootstrap/javascript.html#modal
44
* =========================================================
55
* Copyright 2011 Twitter, Inc.

js/bootstrap-popover.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ===========================================================
2-
* bootstrap-popover.js v1.3.0
2+
* bootstrap-popover.js v1.4.0
33
* http://twitter.github.com/bootstrap/javascript.html#popover
44
* ===========================================================
55
* Copyright 2011 Twitter, Inc.

js/bootstrap-scrollspy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* =============================================================
2-
* bootstrap-scrollspy.js v1.3.0
2+
* bootstrap-scrollspy.js v1.4.0
33
* http://twitter.github.com/bootstrap/javascript.html#scrollspy
44
* =============================================================
55
* Copyright 2011 Twitter, Inc.

js/bootstrap-tabs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ========================================================
2-
* bootstrap-tabs.js v1.3.0
2+
* bootstrap-tabs.js v1.4.0
33
* http://twitter.github.com/bootstrap/javascript.html#tabs
44
* ========================================================
55
* Copyright 2011 Twitter, Inc.

js/bootstrap-twipsy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ==========================================================
2-
* bootstrap-twipsy.js v1.3.0
2+
* bootstrap-twipsy.js v1.4.0
33
* http://twitter.github.com/bootstrap/javascript.html#twipsy
44
* Adapted from the original jQuery.tipsy by Jason Frame
55
* ==========================================================

0 commit comments

Comments
 (0)