From 4af6dac20ed17c616fbbee7e68b34a37252565e0 Mon Sep 17 00:00:00 2001 From: Silumesii Maboshe Date: Mon, 7 Nov 2011 09:06:13 +0200 Subject: Use 'fluid-container' instead of 'container-fluid' in the docs. --- docs/scaffolding.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/scaffolding.html b/docs/scaffolding.html index de50caf8d..9a04f7c36 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -242,7 +242,7 @@
 <body>
-  <div class="container-fluid">
+  <div class="fluid-container">
     <div class="sidebar">
       ...
     </div>
-- 
cgit v1.2.3


From ae5badc9fbe7bd6fc0724ab84926eaabd5eb130e Mon Sep 17 00:00:00 2001
From: Silumesii Maboshe 
Date: Mon, 7 Nov 2011 09:09:17 +0200
Subject: Removed the 'View javascript docs' link because it is the page we are
 currently on. Copy tweak for intro paragraphy of the javascript docs.

---
 docs/javascript.html | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'docs')

diff --git a/docs/javascript.html b/docs/javascript.html
index 3175d261e..bb30cf213 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -82,8 +82,7 @@
    

Getting started

-

Integrating javascript with the Bootstrap library is super easy. Below we go over the basics and provide you with some awesome plugins to get you started!

-

View javascript docs »

+

Integrating javascript with the Bootstrap library is super easy. Here we go over the basics and provide you with some awesome plugins to get you started!

What's included

-- cgit v1.2.3 From 74dc83f211245dfaf06da9a1b2ad94f51f790be2 Mon Sep 17 00:00:00 2001 From: Raul Riera Date: Mon, 7 Nov 2011 10:22:28 +0100 Subject: Added the view port meta tag for proper responsiveness --- docs/base-css.html | 1 + docs/components.html | 1 + docs/index.html | 1 + docs/javascript.html | 1 + docs/less.html | 1 + docs/scaffolding.html | 1 + 6 files changed, 6 insertions(+) (limited to 'docs') diff --git a/docs/base-css.html b/docs/base-css.html index f6030ace1..03f50f6ff 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -3,6 +3,7 @@ Bootstrap, from Twitter + diff --git a/docs/components.html b/docs/components.html index 73a049298..c03aac613 100644 --- a/docs/components.html +++ b/docs/components.html @@ -3,6 +3,7 @@ Bootstrap, from Twitter + diff --git a/docs/index.html b/docs/index.html index 7b9131502..8109b6c95 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,6 +3,7 @@ Bootstrap, from Twitter + diff --git a/docs/javascript.html b/docs/javascript.html index 3175d261e..398b8130b 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -3,6 +3,7 @@ Bootstrap, from Twitter + diff --git a/docs/less.html b/docs/less.html index 4fa0f0bdd..6d3802c3b 100644 --- a/docs/less.html +++ b/docs/less.html @@ -3,6 +3,7 @@ Bootstrap, from Twitter + diff --git a/docs/scaffolding.html b/docs/scaffolding.html index de50caf8d..d0dd6a19b 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -3,6 +3,7 @@ Bootstrap, from Twitter + -- cgit v1.2.3 From 0e6cd670ca0619c663c016c08059530b598e15d3 Mon Sep 17 00:00:00 2001 From: Raul Riera Date: Tue, 8 Nov 2011 20:32:28 +0100 Subject: Removed trailing backslash :) --- docs/base-css.html | 2 +- docs/components.html | 2 +- docs/index.html | 2 +- docs/javascript.html | 2 +- docs/less.html | 2 +- docs/scaffolding.html | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'docs') diff --git a/docs/base-css.html b/docs/base-css.html index 03f50f6ff..51c4d35a3 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -3,7 +3,7 @@ Bootstrap, from Twitter - + diff --git a/docs/components.html b/docs/components.html index c03aac613..bb2f326b4 100644 --- a/docs/components.html +++ b/docs/components.html @@ -3,7 +3,7 @@ Bootstrap, from Twitter - + diff --git a/docs/index.html b/docs/index.html index 8109b6c95..ae32fa145 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,7 +3,7 @@ Bootstrap, from Twitter - + diff --git a/docs/javascript.html b/docs/javascript.html index 398b8130b..542678588 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -3,7 +3,7 @@ Bootstrap, from Twitter - + diff --git a/docs/less.html b/docs/less.html index 6d3802c3b..c76be9a5d 100644 --- a/docs/less.html +++ b/docs/less.html @@ -3,7 +3,7 @@ Bootstrap, from Twitter - + diff --git a/docs/scaffolding.html b/docs/scaffolding.html index d0dd6a19b..87995de9d 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -3,7 +3,7 @@ Bootstrap, from Twitter - + -- cgit v1.2.3