Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2012-12-20 11:52:38 +0400
committerMark Otto <otto@github.com>2012-12-20 11:52:38 +0400
commit9726fded1c587c14b57a61a92b88ac74fe21d320 (patch)
tree20168379104b2e4a05863ed038eb487ad428843a /docs
parent5d776bcfd2e7da0bcce37252dc983149d8b2d377 (diff)
Get on that carousel indicator lifestyle with some new hawtness
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/bootstrap.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 6ef11ed9bd..9b77c47b87 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -5968,6 +5968,31 @@ a.badge:hover {
filter: alpha(opacity=90);
}
+.carousel-indicators {
+ position: absolute;
+ top: 15px;
+ right: 15px;
+ z-index: 5;
+ margin: 0;
+ list-style: none;
+}
+
+.carousel-indicators li {
+ display: block;
+ float: left;
+ width: 10px;
+ height: 10px;
+ margin-left: 5px;
+ text-indent: -999px;
+ background-color: #ccc;
+ background-color: rgba(255, 255, 255, 0.25);
+ border-radius: 5px;
+}
+
+.carousel-indicators .active {
+ background-color: #fff;
+}
+
.carousel-caption {
position: absolute;
right: 0;