montpellier: remove dotted lines under list links

This commit is contained in:
Frédéric Péters 2020-04-11 11:24:05 +02:00
parent 3376b97bf5
commit 68d957c06b
1 changed files with 3 additions and 0 deletions

View File

@ -932,6 +932,9 @@ body.authentic-page {
color: #515151;
border-bottom: 1px dotted #515151;
}
li a {
border-bottom: none;
}
div#account-management ul > li > a {
color: #515151;
}