mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 21:49:09 +01:00
change characters
This commit is contained in:
parent
1363ffa473
commit
8dc7807dcd
4
docs/assets/css/bootstrap.css
vendored
4
docs/assets/css/bootstrap.css
vendored
@ -4405,11 +4405,11 @@ a.list-group-item.active > .badge,
|
||||
}
|
||||
|
||||
.carousel-control .icon-prev:before {
|
||||
content: '\00ab';
|
||||
content: '\2039';
|
||||
}
|
||||
|
||||
.carousel-control .icon-next:before {
|
||||
content: '\00bb';
|
||||
content: '\203a';
|
||||
}
|
||||
|
||||
.carousel-indicators {
|
||||
|
@ -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';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user