aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-11-30 16:18:40 -0800
committerMark Otto <[email protected]>2012-11-30 16:18:40 -0800
commit0fabca01dbd02c480cfb431d5abb0d6cd327622e (patch)
tree097d9d22c1dc04f62b552528e641e7eabdbaa692 /docs/templates
parentadc2c779a06f1eea4fefddcf0d666a7131477d8c (diff)
downloadbootstrap-0fabca01dbd02c480cfb431d5abb0d6cd327622e.tar.xz
bootstrap-0fabca01dbd02c480cfb431d5abb0d6cd327622e.zip
Remove more fluid grid stuff
* No more fluid layout * No fluid grid overrides for tables.less * No more fluid example page
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/pages/getting-started.mustache7
-rw-r--r--docs/templates/pages/scaffolding.mustache21
2 files changed, 1 insertions, 27 deletions
diff --git a/docs/templates/pages/getting-started.mustache b/docs/templates/pages/getting-started.mustache
index 7632a94cb..00ac1df1c 100644
--- a/docs/templates/pages/getting-started.mustache
+++ b/docs/templates/pages/getting-started.mustache
@@ -185,13 +185,6 @@
<p>{{_i}}Featuring a hero unit for a primary message and three supporting elements.{{/i}}</p>
</div>
<div class="span4">
- <a class="thumbnail" href="examples/fluid.html">
- <img src="assets/img/examples/bootstrap-example-fluid.jpg" alt="">
- </a>
- <h4>{{_i}}Fluid layout{{/i}}</h4>
- <p>{{_i}}Uses our new responsive, fluid grid system to create a seamless liquid layout.{{/i}}</p>
- </div>
- <div class="span4">
<a class="thumbnail" href="examples/marketing-narrow.html">
<img src="assets/img/examples/bootstrap-example-marketing-narrow.png" alt="">
</a>
diff --git a/docs/templates/pages/scaffolding.mustache b/docs/templates/pages/scaffolding.mustache
index 127d09d25..d8c668d33 100644
--- a/docs/templates/pages/scaffolding.mustache
+++ b/docs/templates/pages/scaffolding.mustache
@@ -159,7 +159,7 @@
- <!-- Layouts (Default and fluid)
+ <!-- Layouts
================================================== -->
<section id="layouts">
<div class="page-header">
@@ -178,25 +178,6 @@
&lt;/div&gt;
&lt;/body&gt;
</pre>
-
- <h2>{{_i}}Fluid layout{{/i}}</h2>
- <p>{{_i}}Create a fluid, two-column page with <code>&lt;div class="container-fluid"&gt;</code>&mdash;great for applications and docs.{{/i}}</p>
- <div class="mini-layout fluid">
- <div class="mini-layout-sidebar"></div>
- <div class="mini-layout-body"></div>
- </div>
-<pre class="prettyprint linenums">
-&lt;div class="container-fluid"&gt;
- &lt;div class="row"&gt;
- &lt;div class="span2"&gt;
- &lt;!--{{_i}}Sidebar content{{/i}}--&gt;
- &lt;/div&gt;
- &lt;div class="span10"&gt;
- &lt;!--{{_i}}Body content{{/i}}--&gt;
- &lt;/div&gt;
- &lt;/div&gt;
-&lt;/div&gt;
-</pre>
</section>