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.

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}}

-- cgit v1.2.3