aboutsummaryrefslogtreecommitdiff
path: root/carousel.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-04-01 13:17:31 -0700
committerMark Otto <[email protected]>2013-04-01 13:17:31 -0700
commit8454d073722a23746c3f2209034fa8fa035b8302 (patch)
tree164d80d3f0c47afd0da3b0ca74fb181fcb739f24 /carousel.html
parenta1d64950a9626023e21e03811e580efa7800c66f (diff)
parent7991062f93d99f517d8d30c51ed865d7890d4bbe (diff)
downloadbootstrap-8454d073722a23746c3f2209034fa8fa035b8302.tar.xz
bootstrap-8454d073722a23746c3f2209034fa8fa035b8302.zip
Merge branch '3.0.0-wip-carousel' of https://github.com/burnsra/bootstrap into burnsra-3.0.0-wip-carousel
Diffstat (limited to 'carousel.html')
-rw-r--r--carousel.html46
1 files changed, 7 insertions, 39 deletions
diff --git a/carousel.html b/carousel.html
index 0c50c7a14..be75a5cc3 100644
--- a/carousel.html
+++ b/carousel.html
@@ -30,30 +30,6 @@ body {
margin-top: 20px;
margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
}
-.navbar-wrapper .navbar {
-
-}
-
-/* Remove border and change up box shadow for more contrast */
-.navbar .navbar-inner {
- border: 0;
- -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
- -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
- box-shadow: 0 2px 10px rgba(0,0,0,.25);
-}
-
-/* Downsize the brand/project name a bit */
-.navbar .brand {
- padding: 14px 20px 16px; /* Increase vertical padding to match navbar links */
- font-size: 16px;
- font-weight: bold;
- text-shadow: 0 -1px 0 rgba(0,0,0,.5);
-}
-
-/* Navbar links: increase padding for taller navbar */
-.navbar .nav > li > a {
- padding: 15px 20px;
-}
/* CUSTOMIZE THE CAROUSEL
@@ -87,13 +63,7 @@ body {
padding: 0 20px;
margin-top: 200px;
}
-.carousel-caption h1,
-.carousel-caption .lead {
- margin: 0;
- line-height: 1.25;
- color: #fff;
- text-shadow: 0 1px 1px rgba(0,0,0,.4);
-}
+
.carousel-caption .btn {
margin-top: 10px;
}
@@ -157,10 +127,6 @@ body {
margin-bottom: 0;
width: auto;
}
- .navbar-inner {
- border-radius: 0;
- margin: -20px 0;
- }
.carousel .item {
height: 500px;
@@ -186,10 +152,6 @@ body {
@media (max-width: 767px) {
- .navbar-inner {
- margin: -20px;
- }
-
.carousel {
margin-left: -20px;
margin-right: -20px;
@@ -275,6 +237,12 @@ body {
<!-- Carousel
================================================== -->
<div id="myCarousel" class="carousel slide">
+ <!-- Indicators -->
+ <ol class="carousel-indicators">
+ <li data-target="#myCarousel" data-slide-to="0" class="active"></li>
+ <li data-target="#myCarousel" data-slide-to="1"></li>
+ <li data-target="#myCarousel" data-slide-to="2"></li>
+ </ol>
<div class="carousel-inner">
<div class="item active">
<img src="../../assets/img/examples/slide-01.jpg" alt="">