change characters
This commit is contained in:
parent
1363ffa473
commit
8dc7807dcd
2 changed files with 7 additions and 5 deletions
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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue