3 // --------------------------------------------------
8 margin-bottom: @baseLineHeight;
23 .transition(.6s ease-in-out left);
25 // Account for jankitude on images
35 > .prev { display: block; }
68 // Left/right controls for nav
69 // ---------------------------
83 background: @grayDarker;
84 border: 3px solid @white;
88 // we can't have this transition here
89 // because webkit cancels the carousel
90 // animation if you trip this while
91 // in the middle of another animation
93 // .transition(opacity .2s linear);
95 // Reposition the right one
105 text-decoration: none;
110 // Carousel indicator pips
111 // -----------------------------
112 .carousel-indicators {
127 background-color: #ccc;
128 background-color: rgba(255,255,255,.25);
132 background-color: #fff;
136 // Caption for text below images
137 // -----------------------------
145 background: @grayDark;
146 background: rgba(0,0,0,.75);
148 .carousel-caption h4,
149 .carousel-caption p {
151 line-height: @baseLineHeight;
153 .carousel-caption h4 {
156 .carousel-caption p {