diff options
| author | Mark Otto <[email protected]> | 2012-11-30 16:18:40 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-30 16:18:40 -0800 |
| commit | 0fabca01dbd02c480cfb431d5abb0d6cd327622e (patch) | |
| tree | 097d9d22c1dc04f62b552528e641e7eabdbaa692 /docs/templates | |
| parent | adc2c779a06f1eea4fefddcf0d666a7131477d8c (diff) | |
| download | bootstrap-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.mustache | 7 | ||||
| -rw-r--r-- | docs/templates/pages/scaffolding.mustache | 21 |
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 @@ </div> </body> </pre> - - <h2>{{_i}}Fluid layout{{/i}}</h2> - <p>{{_i}}Create a fluid, two-column page with <code><div class="container-fluid"></code>—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"> -<div class="container-fluid"> - <div class="row"> - <div class="span2"> - <!--{{_i}}Sidebar content{{/i}}--> - </div> - <div class="span10"> - <!--{{_i}}Body content{{/i}}--> - </div> - </div> -</div> -</pre> </section> |
