Commit 3ce2b645 authored by Mark Otto's avatar Mark Otto

Merge pull request #9374 from ggam/carousel-glyphicons

Removed remaining Glyphicons mentions in carousel.less
parents 175a1125 d80d9251
...@@ -110,7 +110,7 @@ ...@@ -110,7 +110,7 @@
margin-left: -10px; margin-left: -10px;
font-family: serif; font-family: serif;
} }
// Non-glyphicon toggles
.icon-prev { .icon-prev {
&:before { &:before {
content: '\2039';// SINGLE LEFT-POINTING ANGLE QUOTATION MARK (U+2039) content: '\2039';// SINGLE LEFT-POINTING ANGLE QUOTATION MARK (U+2039)
...@@ -181,7 +181,6 @@ ...@@ -181,7 +181,6 @@
@media screen and (min-width: @screen-tablet) { @media screen and (min-width: @screen-tablet) {
// Scale up the controls a smidge // Scale up the controls a smidge
.carousel-control .glyphicon,
.carousel-control .icon-prev, .carousel-control .icon-prev,
.carousel-control .icon-next { .carousel-control .icon-next {
width: 30px; width: 30px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment