mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
change characters
This commit is contained in:
@@ -99,7 +99,9 @@
|
||||
}
|
||||
|
||||
// Toggles
|
||||
.glyphicon, .icon-prev, .icon-next {
|
||||
.glyphicon,
|
||||
.icon-prev,
|
||||
.icon-next {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
@@ -113,12 +115,12 @@
|
||||
// Non-glyphicon toggles
|
||||
.icon-prev {
|
||||
&:before {
|
||||
content: '\00ab';
|
||||
content: '\2039';
|
||||
}
|
||||
}
|
||||
.icon-next {
|
||||
&:before {
|
||||
content: '\00bb';
|
||||
content: '\203a';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user