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/assets/bootstrap.zip | Bin 52330 -> 52330 bytes docs/less.html | 4 ---- docs/templates/pages/less.mustache | 4 ---- 3 files changed, 8 deletions(-) (limited to 'docs') diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 554bd04e4..4fb212832 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/less.html b/docs/less.html index 09de929a9..d663f3d82 100644 --- a/docs/less.html +++ b/docs/less.html @@ -74,10 +74,6 @@
-
- Heads up! This page is still under construction and is missing plenty of documentation. Hang tight! -
-
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/assets/bootstrap.zip | Bin 52330 -> 52330 bytes docs/assets/css/docs.css | 8 ++++ .../img/examples/bootstrap-example-fluid.jpg | Bin 0 -> 25832 bytes .../assets/img/examples/bootstrap-example-hero.jpg | Bin 0 -> 22280 bytes .../img/examples/bootstrap-example-starter.jpg | Bin 0 -> 7182 bytes docs/examples.html | 47 +++++-------------- docs/templates/pages/examples.mustache | 51 ++++++--------------- 7 files changed, 32 insertions(+), 74 deletions(-) create mode 100644 docs/assets/img/examples/bootstrap-example-fluid.jpg create mode 100644 docs/assets/img/examples/bootstrap-example-hero.jpg create mode 100644 docs/assets/img/examples/bootstrap-example-starter.jpg (limited to 'docs') diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 4fb212832..26f9b997a 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 2e6da9c79..c3a6848d7 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -61,6 +61,7 @@ hr.soften { position: relative; } .jumbotron h1 { + margin-bottom: 9px; font-size: 81px; letter-spacing: -1px; line-height: 1; @@ -568,6 +569,13 @@ form.well { margin-left: 6px; } +/* Eaxmples page +------------------------- */ +.bootstrap-examples .thumbnail { + margin-bottom: 9px; + background-color: #fff; +} + /* Responsive Docs -------------------------------------------------- */ diff --git a/docs/assets/img/examples/bootstrap-example-fluid.jpg b/docs/assets/img/examples/bootstrap-example-fluid.jpg new file mode 100644 index 000000000..151b987cb Binary files /dev/null and b/docs/assets/img/examples/bootstrap-example-fluid.jpg differ diff --git a/docs/assets/img/examples/bootstrap-example-hero.jpg b/docs/assets/img/examples/bootstrap-example-hero.jpg new file mode 100644 index 000000000..cd4a32107 Binary files /dev/null and b/docs/assets/img/examples/bootstrap-example-hero.jpg differ diff --git a/docs/assets/img/examples/bootstrap-example-starter.jpg b/docs/assets/img/examples/bootstrap-example-starter.jpg new file mode 100644 index 000000000..09c8a066d Binary files /dev/null and b/docs/assets/img/examples/bootstrap-example-starter.jpg differ diff --git a/docs/examples.html b/docs/examples.html index 83188c77f..aee632a3d 100644 --- a/docs/examples.html +++ b/docs/examples.html @@ -74,60 +74,35 @@
-
- Heads up! This page is still under construction and is missing plenty of documentation. Hang tight! -
-

Bootstrap examples

-

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.

+

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.

  • - - + +

    Basic marketing site

    -

    +

    Featuring a hero unit for a primary message and three supporting elements.

  • - - + +

    Fluid layout

    -

    -
  • -
  • - - - -

    Fluid layout reversed

    -

    -
  • -
  • - - - -

    Container application

    -

    -
  • -
  • - - - -

    Fullscreen

    -

    +

    Uses are new responsive, fluid grid system to create seamless liquid layout.

  • - - + + -

    Simple layout

    -

    +

    Starter template

    +

    A barebones HTML document with all the Bootstrap CSS and javascript included.

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