frontend: improve exercice selection menu

This commit is contained in:
nemunaire 2018-02-04 21:42:16 +01:00
parent bd51d177b5
commit b8cbb9f758
1 changed files with 4 additions and 0 deletions

View File

@ -218,3 +218,7 @@ ul.list-inline li {
ul.list-inline li:not(:last-child)::after {
content: " ● "
}
.breadcrumb-item + .breadcrumb-item::before {
content: ">"
}