frontend: improve exercice selection menu

This commit is contained in:
nemunaire 2018-02-04 21:42:16 +01:00
commit b8cbb9f758

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: ">"
}