la-baule: remove bottom border on links in "en 1 clic" bar (#63930)

This commit is contained in:
Frédéric Péters 2022-04-14 12:56:53 +02:00 committed by Emmanuel Cazenave
parent f44fe3c366
commit 8b361f7ca3
1 changed files with 3 additions and 0 deletions

View File

@ -296,6 +296,9 @@ div#nav {
text-decoration: none;
}
}
div.link-list-cell.en-1-clic div ul > li {
border-bottom: none;
}
}
.right-icon {