From 013de18e6bb0e37dfe39828478aeac20e2110b85 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 31 Jan 2012 14:00:26 -0800 Subject: remove warning alert on less docs --- docs/templates/pages/less.mustache | 4 ---- 1 file changed, 4 deletions(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/less.mustache b/docs/templates/pages/less.mustache index 52ea659bb..70432cea1 100644 --- a/docs/templates/pages/less.mustache +++ b/docs/templates/pages/less.mustache @@ -1,7 +1,3 @@ -
- Heads up! This page is still under construction and is missing plenty of documentation. Hang tight! -
-
-- cgit v1.2.3 From 6cf79a5b8e13e8c1e2919da9e334cc6c9275ab9b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 31 Jan 2012 14:29:44 -0800 Subject: remove unused examples, update examples docs page, add starter template to examples, remove warning alert banner, add screenshots --- docs/templates/pages/examples.mustache | 51 +++++++++------------------------- 1 file changed, 13 insertions(+), 38 deletions(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/examples.mustache b/docs/templates/pages/examples.mustache index 850ac0fa6..22d78b982 100644 --- a/docs/templates/pages/examples.mustache +++ b/docs/templates/pages/examples.mustache @@ -1,56 +1,31 @@ -
- Heads up! This page is still under construction and is missing plenty of documentation. Hang tight! -
-

{{_i}}Bootstrap examples{{/i}}

-

{{_i}}Use these examples as starting points for your work with Bootstrap. We encourage everyone to iterate on these examples and not simply use them as an end result.{{/i}}

+

{{_i}}We've included a few basic examples as starting points for your work with Bootstrap. We encourage folks to iterate on these examples and not simply use them as an end result.{{/i}}

  • - - - -

    Basic marketing site

    -

    -
  • -
  • - - - -

    Fluid layout

    -

    -
  • -
  • - - - -

    Fluid layout reversed

    -

    -
  • -
  • - - + + -

    Container application

    -

    +

    {{_i}}Basic marketing site{{/i}}

    +

    {{_i}}Featuring a hero unit for a primary message and three supporting elements.{{/i}}

  • - - + + -

    Fullscreen

    -

    +

    {{_i}}Fluid layout{{/i}}

    +

    {{_i}}Uses are new responsive, fluid grid system to create seamless liquid layout.{{/i}}

  • - - + + -

    Simple layout

    -

    +

    {{_i}}Starter template{{/i}}

    +

    {{_i}}A barebones HTML document with all the Bootstrap CSS and javascript included.{{/i}}

-- cgit v1.2.3