Created
September 16, 2014 17:33
-
-
Save felipecabargas/92580fd5f9942daf2f62 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.carousel.slide data-ride="carousel" | |
/! Wrapper for slides | |
.carousel-inner | |
.item.active | |
img alt="..." src="..." | |
.carousel-caption | |
| \... | |
.item | |
img alt="..." src="..." | |
.carousel-caption | |
| \... | |
| \... | |
/! Controls | |
a.left.carousel-control data-slide="prev" href="#carousel-example-generic" role="button" | |
span.glyphicon.glyphicon-chevron-left | |
a.right.carousel-control data-slide="next" href="#carousel-example-generic" role="button" | |
span.glyphicon.glyphicon-chevron-right |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment