diff options
| author | Francis Brunelle <[email protected]> | 2013-06-22 21:38:02 -0300 |
|---|---|---|
| committer | Francis Brunelle <[email protected]> | 2013-06-22 21:38:02 -0300 |
| commit | 7fd121fecb0e5b2774a2c1486d61f95b298035aa (patch) | |
| tree | 291889916fec6117e1a1e95acde519230716b942 | |
| parent | 42f101d746414e29f1467ebdab0b5962137f1f84 (diff) | |
| download | bootstrap-7fd121fecb0e5b2774a2c1486d61f95b298035aa.tar.xz bootstrap-7fd121fecb0e5b2774a2c1486d61f95b298035aa.zip | |
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; |
