aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-01 18:16:59 -0700
committerMark Otto <[email protected]>2013-07-01 18:16:59 -0700
commitc9df1db50221fe033a0b7bc216fa2de5b6eea17a (patch)
treec5b0282ea4bca2516a29c4cceafb54e739ea4ced /less
parent7ad9fbef8bd79b7febaaadbd521ea7f60dd2b254 (diff)
downloadbootstrap-c9df1db50221fe033a0b7bc216fa2de5b6eea17a.tar.xz
bootstrap-c9df1db50221fe033a0b7bc216fa2de5b6eea17a.zip
fixes #7367: slightly larger carousel indicators
Diffstat (limited to 'less')
-rw-r--r--less/carousel.less14
1 files changed, 8 insertions, 6 deletions
diff --git a/less/carousel.less b/less/carousel.less
index d0f636cf8..8834c6f7b 100644
--- a/less/carousel.less
+++ b/less/carousel.less
@@ -120,23 +120,25 @@
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;
}
}