diff options
Diffstat (limited to 'bower_components/bootstrap/examples/carousel')
-rwxr-xr-x | bower_components/bootstrap/examples/carousel/carousel.css | 4 | ||||
-rwxr-xr-x | bower_components/bootstrap/examples/carousel/index.html | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/bower_components/bootstrap/examples/carousel/carousel.css b/bower_components/bootstrap/examples/carousel/carousel.css index 452fdfee..164f306e 100755 --- a/bower_components/bootstrap/examples/carousel/carousel.css +++ b/bower_components/bootstrap/examples/carousel/carousel.css @@ -19,7 +19,6 @@ body { } - /* CUSTOMIZE THE CAROUSEL -------------------------------------------------- */ @@ -38,6 +37,7 @@ body { /* Declare heights because of positioning of img element */ .carousel .item { height: 500px; + background-color: #777; } .carousel-inner > .item > img { position: absolute; @@ -93,7 +93,7 @@ body { @media (min-width: 768px) { - /* Remve the edge padding needed for mobile */ + /* Remove the edge padding needed for mobile */ .marketing { padding-left: 0; padding-right: 0; diff --git a/bower_components/bootstrap/examples/carousel/index.html b/bower_components/bootstrap/examples/carousel/index.html index 37dd691a..d962c1e6 100755 --- a/bower_components/bootstrap/examples/carousel/index.html +++ b/bower_components/bootstrap/examples/carousel/index.html @@ -11,7 +11,12 @@ <!-- Bootstrap core CSS --> <link href="../../dist/css/bootstrap.css" rel="stylesheet"> - <link href="../../dist/css/bootstrap-glyphicons.css" rel="stylesheet"> + + <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> + <!--[if lt IE 9]> + <script src="../../assets/js/html5shiv.js"></script> + <script src="../../assets/js/respond.min.js"></script> + <![endif]--> <!-- Custom styles for this template --> <link href="carousel.css" rel="stylesheet"> @@ -186,7 +191,6 @@ </div><!-- /.container --> - <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> |