frontend: improve exercice selection menu
This commit is contained in:
parent
bd51d177b5
commit
b8cbb9f758
1 changed files with 4 additions and 0 deletions
|
|
@ -218,3 +218,7 @@ ul.list-inline li {
|
||||||
ul.list-inline li:not(:last-child)::after {
|
ul.list-inline li:not(:last-child)::after {
|
||||||
content: " ● "
|
content: " ● "
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.breadcrumb-item + .breadcrumb-item::before {
|
||||||
|
content: ">"
|
||||||
|
}
|
||||||
|
|
|
||||||
Reference in a new issue