diff --git a/component.json b/component.json index f25f2e09..4a8431ea 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "bootstrap", - "version": "2.3.0-j4", + "version": "2.3.0-j5", "main": ["./docs/assets/js/bootstrap.js", "./docs/assets/css/bootstrap.css"], "dependencies": { "jquery": "~1.8.0" diff --git a/docs/base-css.html b/docs/base-css.html index 18eb0b9f..8cc953d2 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -25,6 +25,16 @@ + @@ -76,7 +86,7 @@

Base CSS

Fundamental HTML elements styled and enhanced with extensible classes.

- + diff --git a/docs/components.html b/docs/components.html index e5464d82..16cd0948 100644 --- a/docs/components.html +++ b/docs/components.html @@ -25,6 +25,16 @@ + @@ -76,7 +86,7 @@

Components

Dozens of reusable components built to provide navigation, alerts, popovers, and more.

- + diff --git a/docs/customize.html b/docs/customize.html index 5dc54846..7c79c7db 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -25,6 +25,16 @@ + @@ -76,7 +86,7 @@

Customize and download

Download Bootstrap or customize variables, components, JavaScript plugins, and more.

- + @@ -475,7 +485,7 @@
- Customize and Download + Customize and Download

What's included?

Downloads include compiled CSS, compiled and minified CSS, and compiled jQuery plugins, all nicely packed up into a zipball for your convenience.

diff --git a/docs/extend.html b/docs/extend.html index c51d85e0..af9fba25 100644 --- a/docs/extend.html +++ b/docs/extend.html @@ -25,6 +25,16 @@ + @@ -76,7 +86,7 @@

Extending Bootstrap

Extend Bootstrap to take advantage of included styles and components, as well as LESS variables and mixins.

- +
diff --git a/docs/getting-started.html b/docs/getting-started.html index d8214d3d..bc3da337 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -25,6 +25,16 @@ + @@ -76,7 +86,7 @@

Getting started

Overview of the project, its contents, and how to get started with a simple template.

- + @@ -111,12 +121,12 @@

Download compiled

Fastest way to get started: get the compiled and minified versions of our CSS, JS, and images. No docs or original source files.

-

Download Bootstrap

+

Download Bootstrap

Download source

Get the original files for all CSS and JavaScript, along with a local copy of the docs by downloading the latest version directly from GitHub.

-

Download Bootstrap source

+

Download Bootstrap source

@@ -315,8 +325,8 @@

What next?

Head to the docs for information, examples, and code snippets, or take the next leap and customize Bootstrap for any upcoming project.

- Visit the Bootstrap docs - Customize Bootstrap + Visit the Bootstrap docs + Customize Bootstrap diff --git a/docs/index.html b/docs/index.html index 4c9e4ad1..85b847e8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -25,6 +25,16 @@ + @@ -74,31 +84,31 @@

Bootstrap

Sleek, intuitive, and powerful front-end framework for faster and easier web development.

- Download Bootstrap
Includes all Jasny extensions
- Extend Bootstrap
Download extensions only
+ Download Bootstrap
Includes all Jasny extensions
+ Extend Bootstrap
Download extensions only

- +
diff --git a/docs/javascript.html b/docs/javascript.html index 95784adc..611d2507 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -25,6 +25,16 @@ + @@ -76,7 +86,7 @@

JavaScript

Bring Bootstrap's components to life—now with 13 custom jQuery plugins.

- +
@@ -162,7 +172,7 @@ $('#myModal').on('show', function (e) { ================================================== -->

About transitions

@@ -184,7 +194,7 @@ $('#myModal').on('show', function (e) { ================================================== -->
@@ -394,7 +404,7 @@ $('#myModal').on('hidden', function () { ================================================== -->
- +
diff --git a/package.json b/package.json index ad0658cd..6e7124fd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bootstrap" , "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development." - , "version": "2.3.0-j4" + , "version": "2.3.0-j5" , "keywords": ["bootstrap", "css"] , "homepage": "http://jasny.github.com/bootstrap/" , "author": "Arnold Daniels "