From 8c0b47a6a8315826a5128ec74d3479f2e070e78e Mon Sep 17 00:00:00 2001 From: Mikael Brevik Date: Thu, 2 Feb 2012 14:09:27 +0100 Subject: [PATCH 1/4] Fixed duplicate and wrong IDs and label fors in forms. --- docs/base-css.html | 27 ++++++-------------------- docs/templates/pages/base-css.mustache | 12 ++++++------ 2 files changed, 12 insertions(+), 27 deletions(-) diff --git a/docs/base-css.html b/docs/base-css.html index 5176c3ecf..60b6edfe1 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1014,9 +1014,9 @@ For example, <code>section</code> should be wrapped as inline.
- +
- + Something may have gone wrong
@@ -1028,9 +1028,9 @@ For example, <code>section</code> should be wrapped as inline.
- +
- + Woohoo!
@@ -1530,11 +1530,11 @@ For example, <code>section</code> should be wrapped as inline.
- +
- +
@@ -1577,21 +1577,6 @@ For example, <code>section</code> should be wrapped as inline. - - diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 634809715..38dd5587a 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -938,9 +938,9 @@
- +
- + {{_i}}Something may have gone wrong{{/i}}
@@ -952,9 +952,9 @@
- +
- + {{_i}}Woohoo!{{/i}}
@@ -1454,11 +1454,11 @@
- +
- +
From 906028abdb394284b89cfb669deacd6a4f044709 Mon Sep 17 00:00:00 2001 From: Hendy Tanata Date: Thu, 2 Feb 2012 20:45:06 -0800 Subject: [PATCH 2/4] Fix alerts JavaScript code example. --- docs/javascript.html | 4 ++-- docs/templates/pages/javascript.mustache | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/javascript.html b/docs/javascript.html index db6948392..68848f2d7 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -923,7 +923,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {

Using bootstrap-alerts.js

Enable dismissal of an alert via javascript:

-
$(".alert-message").alert()
+
$(".alert").alert()

Markup

Just add data-dismiss="alert" to your close button to automatically give an alert close functionality.

<a class="close" data-dismiss="alert" href="#">&times;</a>
@@ -932,7 +932,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {

Wraps all alerts with close functionality. To have your alerts animate out when closed, make sure they have the .fade and .in class already applied to them.

.alert('close')

Closes an alert.

-
$(".alert-message").alert('close')
+
$(".alert").alert('close')

Events

Bootstrap's alert class exposes a few events for hooking into alert functionality.

diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index aedd21f53..111de2350 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -847,7 +847,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {

{{_i}}Using bootstrap-alerts.js{{/i}}

{{_i}}Enable dismissal of an alert via javascript:{{/i}}

-
$(".alert-message").alert()
+
$(".alert").alert()

{{_i}}Markup{{/i}}

{{_i}}Just add data-dismiss="alert" to your close button to automatically give an alert close functionality.{{/i}}

<a class="close" data-dismiss="alert" href="#">&times;</a>
@@ -856,7 +856,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {

{{_i}}Wraps all alerts with close functionality. To have your alerts animate out when closed, make sure they have the .fade and .in class already applied to them.{{/i}}

.alert('close')

{{_i}}Closes an alert.{{/i}}

-
$(".alert-message").alert('close')
+
$(".alert").alert('close')

{{_i}}Events{{/i}}

{{_i}}Bootstrap's alert class exposes a few events for hooking into alert functionality.{{/i}}

From 7f0a64106dee57c49777481715c28011f842437d Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Thu, 2 Feb 2012 23:31:03 -0800 Subject: [PATCH 3/4] its core (typo) --- docs/assets/bootstrap.zip | Bin 52355 -> 52355 bytes docs/base-css.html | 15 --------------- docs/components.html | 15 --------------- docs/download.html | 15 --------------- docs/examples.html | 15 --------------- docs/index.html | 15 --------------- docs/javascript.html | 15 --------------- docs/less.html | 17 +---------------- docs/scaffolding.html | 15 --------------- docs/templates/pages/less.mustache | 2 +- docs/upgrading.html | 15 --------------- 11 files changed, 2 insertions(+), 137 deletions(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 5b15c4d272632a342ed929907786e12c2e777334..57c5130347fc21c3031d2953b3497406b330aa79 100644 GIT binary patch delta 489 zcmZpk$=p1XnK!_jnT3l11g`IPn#il5qSmYJuMWhe72FJrEMFNJ7+6GrvIuoIfa(HO z*gxlssy4sp3}9yl+A!Hk(2yNu1rTqp5{xnc z3to3Lg$oKht0~P^_ZoG4n10*zg1*Zc{Z1a200CupTlb|77uu3q>04#Xj(G)Hy?6gW3 zY+|7F8A}*)a*KKi^7*Y - - diff --git a/docs/components.html b/docs/components.html index a71788eca..c40d55613 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1512,21 +1512,6 @@ - - diff --git a/docs/download.html b/docs/download.html index 4e41341f4..1765b8a7d 100644 --- a/docs/download.html +++ b/docs/download.html @@ -357,21 +357,6 @@ - - diff --git a/docs/examples.html b/docs/examples.html index 92528767a..42faf93c0 100644 --- a/docs/examples.html +++ b/docs/examples.html @@ -140,21 +140,6 @@ - - diff --git a/docs/index.html b/docs/index.html index 018973341..dcf39a792 100644 --- a/docs/index.html +++ b/docs/index.html @@ -244,21 +244,6 @@ - - diff --git a/docs/javascript.html b/docs/javascript.html index 68848f2d7..2cfe2b9b7 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1460,21 +1460,6 @@ $('.myCarousel').carousel({ - - diff --git a/docs/less.html b/docs/less.html index 739ebf2cd..2212a2e4d 100644 --- a/docs/less.html +++ b/docs/less.html @@ -100,7 +100,7 @@

Why LESS?

-

Bootstrap is made with LESS at it's core, a dynamic stylesheet language created by our good friend, Alexis Sellier. It makes developing systems-based CSS faster, easier, and more fun.

+

Bootstrap is made with LESS at its core, a dynamic stylesheet language created by our good friend, Alexis Sellier. It makes developing systems-based CSS faster, easier, and more fun.

What's included?

@@ -790,21 +790,6 @@ - - diff --git a/docs/scaffolding.html b/docs/scaffolding.html index cc89b5932..4ed4a36c8 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -433,21 +433,6 @@ - - diff --git a/docs/templates/pages/less.mustache b/docs/templates/pages/less.mustache index f69e43c20..1bc9715d8 100644 --- a/docs/templates/pages/less.mustache +++ b/docs/templates/pages/less.mustache @@ -24,7 +24,7 @@

{{_i}}Why LESS?{{/i}}

-

{{_i}}Bootstrap is made with LESS at it's core, a dynamic stylesheet language created by our good friend, Alexis Sellier. It makes developing systems-based CSS faster, easier, and more fun.{{/i}}

+

{{_i}}Bootstrap is made with LESS at its core, a dynamic stylesheet language created by our good friend, Alexis Sellier. It makes developing systems-based CSS faster, easier, and more fun.{{/i}}

{{_i}}What's included?{{/i}}

diff --git a/docs/upgrading.html b/docs/upgrading.html index 098bcbdc9..4d8328b7c 100644 --- a/docs/upgrading.html +++ b/docs/upgrading.html @@ -292,21 +292,6 @@ - - From f922a0800b4ec46fe3aa1e31427308954e86940e Mon Sep 17 00:00:00 2001 From: Noah Blon Date: Fri, 3 Feb 2012 10:34:03 -0600 Subject: [PATCH 4/4] Fixes typo on download page Changed chose to choose spelling error on download template --- docs/templates/pages/download.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates/pages/download.mustache b/docs/templates/pages/download.mustache index f6d319d6a..fe38d1450 100644 --- a/docs/templates/pages/download.mustache +++ b/docs/templates/pages/download.mustache @@ -17,7 +17,7 @@