3
// --------------------------------------------------
8
margin-bottom: @baseLineHeight;
23
.transition(.6s ease-in-out left);
26
// Account for jankitude on images
34
> .prev { display: block; }
67
// Left/right controls for nav
68
// ---------------------------
82
background: @grayDarker;
83
border: 3px solid @white;
87
// we can't have this transition here
88
// because webkit cancels the carousel
89
// animation if you trip this while
90
// in the middle of another animation
92
// .transition(opacity .2s linear);
94
// Reposition the right one
103
text-decoration: none;
109
// Caption for text below images
110
// -----------------------------
118
background: @grayDark;
119
background: rgba(0,0,0,.75);
121
.carousel-caption h4,
122
.carousel-caption p {
124
line-height: @baseLineHeight;
126
.carousel-caption h4 {
129
.carousel-caption p {