diff options
| author | Chris Rebert <[email protected]> | 2013-09-10 16:20:36 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-09-10 16:20:36 -0700 |
| commit | 52516ecebaaa8efcc5bde1a48b81c8a95c961a82 (patch) | |
| tree | 1b8b60a9d971cc0bd7094633c0b68aa295ce47eb | |
| parent | 10a9601560d6fd1c396b2abd8a4fe4a4a9b04a32 (diff) | |
| download | bootstrap-52516ecebaaa8efcc5bde1a48b81c8a95c961a82.tar.xz bootstrap-52516ecebaaa8efcc5bde1a48b81c8a95c961a82.zip | |
add missing comma in carousel.less; fixes #10562
| -rw-r--r-- | less/carousel.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/carousel.less b/less/carousel.less index 9fff41e73..c66745c0b 100644 --- a/less/carousel.less +++ b/less/carousel.less @@ -195,7 +195,7 @@ // Scale up the controls a smidge .carousel-control { .glyphicons-chevron-left, - .glyphicons-chevron-right + .glyphicons-chevron-right, .icon-prev, .icon-next { width: 30px; |
