diff options
| author | Mark Otto <[email protected]> | 2013-06-22 18:56:20 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-06-22 18:56:20 -0700 |
| commit | bd2295014d52466b15a43de7041fc62379c4d33b (patch) | |
| tree | 291889916fec6117e1a1e95acde519230716b942 | |
| parent | 42f101d746414e29f1467ebdab0b5962137f1f84 (diff) | |
| parent | 7fd121fecb0e5b2774a2c1486d61f95b298035aa (diff) | |
| download | bootstrap-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.less | 1 |
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; |
