tours-metropole: don't display toplinks on authentic pages (#30765)

This commit is contained in:
Serghei Mihai 2019-02-21 17:03:11 +01:00
parent 9016a7a01d
commit 3b2b3578d5
1 changed files with 3 additions and 0 deletions

View File

@ -57,6 +57,9 @@ body.authentic-page {
background: #6699cc;
}
}
div#toplinks {
display: none;
}
}
div#header-wrapper {