]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #7367: slightly larger carousel indicators
authorMark Otto <otto@github.com>
Tue, 2 Jul 2013 01:16:59 +0000 (18:16 -0700)
committerMark Otto <otto@github.com>
Tue, 2 Jul 2013 01:16:59 +0000 (18:16 -0700)
docs/assets/css/bootstrap.css
less/carousel.less

index 1ec4304d6a18c33d78f835dc59bfa407fbd64996..f09e4789cb163573a6107d554bcf1bf528a7b669 100644 (file)
@@ -4414,24 +4414,26 @@ a.list-group-item.active > .badge,
   z-index: 15;
   width: 100px;
   padding-left: 0;
-  margin: 0 0 0 -50px;
+  margin-left: -50px;
   text-align: center;
   list-style: none;
 }
 
 .carousel-indicators li {
   display: inline-block;
-  width: 8px;
-  height: 8px;
-  margin-right: 0;
-  margin-left: 0;
+  width: 10px;
+  height: 10px;
+  margin: 1px;
   text-indent: -999px;
   cursor: pointer;
   border: 1px solid #fff;
-  border-radius: 5px;
+  border-radius: 10px;
 }
 
 .carousel-indicators .active {
+  width: 12px;
+  height: 12px;
+  margin: 0;
   background-color: #fff;
 }
 
index d0f636cf8a5f4220cc6e7f32f85d48d07fcf547b..8834c6f7b8b999c44fbefaa2400ed1c88dfe7b4e 100644 (file)
   left: 50%;
   z-index: 15;
   width: 100px;
-  margin: 0 0 0 -50px;
+  margin-left: -50px;
   padding-left: 0;
   list-style: none;
   text-align: center;
 
   li {
     display: inline-block;
-    width: 8px;
-    height: 8px;
-    margin-left: 0;
-    margin-right: 0;
+    width:  10px;
+    height: 10px;
+    margin: 1px;
     text-indent: -999px;
     border: 1px solid #fff;
-    border-radius: 5px;
+    border-radius: 10px;
     cursor: pointer;
   }
   .active {
+    margin: 0;
+    width:  12px;
+    height: 12px;
     background-color: #fff;
   }
 }