aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-06-22 18:56:20 -0700
committerMark Otto <[email protected]>2013-06-22 18:56:20 -0700
commitbd2295014d52466b15a43de7041fc62379c4d33b (patch)
tree291889916fec6117e1a1e95acde519230716b942
parent42f101d746414e29f1467ebdab0b5962137f1f84 (diff)
parent7fd121fecb0e5b2774a2c1486d61f95b298035aa (diff)
downloadbootstrap-bd2295014d52466b15a43de7041fc62379c4d33b.tar.xz
bootstrap-bd2295014d52466b15a43de7041fc62379c4d33b.zip
Merge pull request #8261 from frabrunelle/patch-1
Reset left padding for .carousel-indicators
-rw-r--r--less/carousel.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/carousel.less b/less/carousel.less
index 31f9b8aff..a7a4672c1 100644
--- a/less/carousel.less
+++ b/less/carousel.less
@@ -131,6 +131,7 @@
z-index: 15;
width: 100px;
margin: 0 0 0 -50px;
+ padding-left: 0;
list-style: none;
text-align: center;