mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
fixed two typos in carousel.less
carousel.less has two typos in glyphicon classnames. fixed them.
This commit is contained in:
+2
-2
@@ -206,8 +206,8 @@
|
|||||||
|
|
||||||
// Scale up the controls a smidge
|
// Scale up the controls a smidge
|
||||||
.carousel-control {
|
.carousel-control {
|
||||||
.glyphicons-chevron-left,
|
.glyphicon-chevron-left,
|
||||||
.glyphicons-chevron-right,
|
.glyphicon-chevron-right,
|
||||||
.icon-prev,
|
.icon-prev,
|
||||||
.icon-next {
|
.icon-next {
|
||||||
width: 30px;
|
width: 30px;
|
||||||
|
|||||||
Reference in New Issue
Block a user