From 024e320e5c3cf1adce8404f87e7c0c746461b6e8 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 15 Aug 2013 17:39:37 -0700 Subject: [PATCH] hella examples fixing, mostly navbars and lots of work on grids example --- _includes/nav-getting-started.html | 3 + examples/carousel/index.html | 28 +++---- examples/grid/grid.css | 13 +++- examples/grid/index.html | 94 ++++++++++++++---------- examples/jumbotron-narrow/index.html | 2 +- examples/jumbotron/index.html | 26 ++++--- examples/justified-nav/index.html | 2 +- examples/navbar-fixed-top/index.html | 26 ++++--- examples/navbar-static-top/index.html | 26 ++++--- examples/navbar/index.html | 26 ++++--- examples/offcanvas/index.html | 34 ++++----- examples/offcanvas/offcanvas.css | 12 +-- examples/signin/index.html | 2 +- examples/signin/signin.css | 6 +- examples/starter-template/index.html | 22 +++--- examples/sticky-footer-navbar/index.html | 22 +++--- examples/sticky-footer/index.html | 2 +- getting-started.html | 87 +++++++++++++++++++++- 18 files changed, 278 insertions(+), 155 deletions(-) diff --git a/_includes/nav-getting-started.html b/_includes/nav-getting-started.html index f0e6af7ac4..fca38bde36 100644 --- a/_includes/nav-getting-started.html +++ b/_includes/nav-getting-started.html @@ -11,6 +11,9 @@
  • Basic template
  • +
  • + Examples +
  • Disabling responsiveness
  • diff --git a/examples/carousel/index.html b/examples/carousel/index.html index efb4bcf3cf..8f3ac988ac 100644 --- a/examples/carousel/index.html +++ b/examples/carousel/index.html @@ -9,8 +9,8 @@ Carousel Template for Bootstrap - - + + @@ -23,13 +23,15 @@