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 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'docs/assets') 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 -- 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 ++++++++ .../assets/img/examples/bootstrap-example-fluid.jpg | Bin 0 -> 25832 bytes docs/assets/img/examples/bootstrap-example-hero.jpg | Bin 0 -> 22280 bytes .../img/examples/bootstrap-example-starter.jpg | Bin 0 -> 7182 bytes 5 files changed, 8 insertions(+) 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/assets') 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 -- cgit v1.2.3