From 48c64127b37be4a692a70cb7b38ed9744163582b Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Wed, 30 Oct 2013 16:13:42 -0400 Subject: 3.0.0 -> 3.0.1 --- .../bootstrap/examples/carousel/carousel.css | 30 ++++++++++-- .../bootstrap/examples/carousel/index.html | 48 +++++++++++--------- .../bootstrap/examples/grid/index.html | 53 +++++++++++++++++----- .../bootstrap/examples/jumbotron-narrow/index.html | 12 +++-- .../bootstrap/examples/jumbotron/index.html | 45 +++++++----------- .../bootstrap/examples/justified-nav/index.html | 18 +++++--- .../examples/justified-nav/justified-nav.css | 2 +- .../bootstrap/examples/navbar-fixed-top/index.html | 14 ++++-- .../examples/navbar-static-top/index.html | 14 ++++-- .../bootstrap/examples/navbar/index.html | 14 ++++-- .../bootstrap/examples/navbar/navbar.css | 7 +-- .../bootstrap/examples/non-responsive/index.html | 12 +++-- .../examples/non-responsive/non-responsive.css | 3 +- .../bootstrap/examples/offcanvas/index.html | 52 +++++++++++---------- .../bootstrap/examples/offcanvas/offcanvas.css | 12 +++-- .../bootstrap/examples/signin/index.html | 14 ++++-- .../bootstrap/examples/starter-template/index.html | 12 +++-- .../examples/sticky-footer-navbar/index.html | 12 +++-- .../sticky-footer-navbar/sticky-footer-navbar.css | 5 +- .../bootstrap/examples/sticky-footer/index.html | 10 ++-- .../examples/sticky-footer/sticky-footer.css | 5 +- .../bootstrap/examples/theme/index.html | 32 ++++++------- 22 files changed, 251 insertions(+), 175 deletions(-) (limited to 'bower_components/bootstrap/examples') diff --git a/bower_components/bootstrap/examples/carousel/carousel.css b/bower_components/bootstrap/examples/carousel/carousel.css index 164f306e..a728bd89 100755 --- a/bower_components/bootstrap/examples/carousel/carousel.css +++ b/bower_components/bootstrap/examples/carousel/carousel.css @@ -14,8 +14,21 @@ body { /* Special class on .container surrounding .navbar, used for positioning it into place. */ .navbar-wrapper { - position: relative; - z-index: 15; + position: absolute; + top: 0; + left: 0; + right: 0; + z-index: 20; +} + +/* Flip around the padding for proper display in narrow viewports */ +.navbar-wrapper .container { + padding-left: 0; + padding-right: 0; +} +.navbar-wrapper .navbar { + padding-left: 15px; + padding-right: 15px; } @@ -24,10 +37,8 @@ body { /* Carousel base class */ .carousel { + height: 500px; margin-bottom: 60px; - - /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */ - margin-top: -90px; } /* Since positioning the image, we need to help out the caption */ .carousel-caption { @@ -103,6 +114,15 @@ body { .navbar-wrapper { margin-top: 20px; } + .navbar-wrapper .container { + padding-left: 15px; + padding-right: 15px; + } + .navbar-wrapper .navbar { + padding-left: 0; + padding-right: 0; + } + /* The navbar becomes detached from the top, so we round the corners */ .navbar-wrapper .navbar { border-radius: 4px; diff --git a/bower_components/bootstrap/examples/carousel/index.html b/bower_components/bootstrap/examples/carousel/index.html index d962c1e6..14674eeb 100755 --- a/bower_components/bootstrap/examples/carousel/index.html +++ b/bower_components/bootstrap/examples/carousel/index.html @@ -2,20 +2,24 @@ + - + Carousel Template for Bootstrap + + + @@ -65,7 +69,7 @@ -
-
.col-xs-6 .col-md-6
-
.col-xs-6 .col-md-6
+
.col-xs-6
+
.col-xs-6

@@ -96,19 +100,44 @@

Mixed: mobile, tablet, and desktop

-
.col-xs-12 .col-lg-8
-
.col-xs-6 .col-lg-4
+
.col-xs-12 .col-sm-6 .col-lg-8
+
.col-xs-6 .col-lg-4
+
+
+
.col-xs-6 .col-sm-4
+
.col-xs-6 .col-sm-4
+
.col-xs-6 .col-sm-4
+
+ +
+ +

Column clearing

+

Clear floats at specific breakpoints to prevent awkward wrapping with uneven content.

+
+
.col-xs-6 .col-sm-3
+
.col-xs-6 .col-sm-3
+ + +
+ +
.col-xs-6 .col-sm-3
+
.col-xs-6 .col-sm-3
+ +
+ +

Offset, push, and pull resets

+

Reset offsets, pushes, and pulls at specific breakpoints.

-
.col-xs-6 .col-sm-4 .col-lg-4
-
.col-xs-6 .col-sm-4 .col-lg-4
-
.col-xs-6 .col-sm-4 .col-lg-4
+
.col-sm-5 .col-md-6
+
.col-sm-5 .col-sm-offset-2 .col-md-6 .col-md-offset-0
-
.col-xs-6 .col-sm-6 .col-lg-6
-
.col-xs-6 .col-sm-6 .col-lg-6
+
.col-sm-6 .col-md-5 .col-lg-6
+
.col-sm-6 .col-md-5 .col-md-offset-2 .col-lg-6 .col-lg-offset-0
+ diff --git a/bower_components/bootstrap/examples/jumbotron-narrow/index.html b/bower_components/bootstrap/examples/jumbotron-narrow/index.html index 2fb23138..3f6e6890 100755 --- a/bower_components/bootstrap/examples/jumbotron-narrow/index.html +++ b/bower_components/bootstrap/examples/jumbotron-narrow/index.html @@ -2,10 +2,11 @@ + - + Narrow Jumbotron Template for Bootstrap @@ -15,10 +16,13 @@ + + + @@ -37,7 +41,7 @@

Jumbotron heading

Cras justo odio, dapibus ac facilisis in, egestas eget quam. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.

-

Sign up today

+

Sign up today

diff --git a/bower_components/bootstrap/examples/jumbotron/index.html b/bower_components/bootstrap/examples/jumbotron/index.html index 86255fca..b4cd6ed5 100755 --- a/bower_components/bootstrap/examples/jumbotron/index.html +++ b/bower_components/bootstrap/examples/jumbotron/index.html @@ -2,10 +2,11 @@ + - + Jumbotron Template for Bootstrap @@ -15,10 +16,13 @@ + + + @@ -35,23 +39,6 @@ Project name
@@ -205,11 +204,6 @@ - @@ -380,8 +374,8 @@ - + - + -- cgit v1.2.3