From 4af6dac20ed17c616fbbee7e68b34a37252565e0 Mon Sep 17 00:00:00 2001 From: Silumesii Maboshe Date: Mon, 7 Nov 2011 09:06:13 +0200 Subject: [PATCH 1/2] Use 'fluid-container' instead of 'container-fluid' in the docs. --- docs/scaffolding.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scaffolding.html b/docs/scaffolding.html index de50caf8d8..9a04f7c360 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>

From ae5badc9fbe7bd6fc0724ab84926eaabd5eb130e Mon Sep 17 00:00:00 2001
From: Silumesii Maboshe 
Date: Mon, 7 Nov 2011 09:09:17 +0200
Subject: [PATCH 2/2] 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(-)

diff --git a/docs/javascript.html b/docs/javascript.html
index 3175d261e5..bb30cf2137 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