Skip to content

Commit

Permalink
(less) change characters
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Jul 18, 2013
1 parent 9f72b27 commit c670715
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions carousel.less
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@
}

// Toggles
.glyphicon, .icon-prev, .icon-next {
.glyphicon,
.icon-prev,
.icon-next {
position: absolute;
top: 50%;
left: 50%;
Expand All @@ -113,12 +115,12 @@
// Non-glyphicon toggles
.icon-prev {
&:before {
content: '\00ab';
content: '\2039';
}
}
.icon-next {
&:before {
content: '\00bb';
content: '\203a';
}
}
}
Expand Down

0 comments on commit c670715

Please sign in to comment.