2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Get on that carousel indicator lifestyle with some new hawtness

This commit is contained in:
Mark Otto
2012-12-19 23:52:38 -08:00
parent 5d776bcfd2
commit 9726fded1c
3 changed files with 52 additions and 2 deletions
+25
View File
@@ -105,6 +105,31 @@
}
}
// Carousel indicator pips
// -----------------------------
.carousel-indicators {
position: absolute;
top: 15px;
right: 15px;
z-index: 5;
margin: 0;
list-style: none;
li {
display: block;
float: left;
width: 10px;
height: 10px;
margin-left: 5px;
text-indent: -999px;
background-color: #ccc;
background-color: rgba(255,255,255,.25);
border-radius: 5px;
}
.active {
background-color: #fff;
}
}
// Caption for text below images
// -----------------------------