pfwb: don't highlight navigation entry in authentic pages

This commit is contained in:
Frédéric Péters 2019-06-16 11:00:06 +02:00
parent c1c4acb3cd
commit 1ac5aa36b9
1 changed files with 6 additions and 0 deletions

View File

@ -103,6 +103,12 @@ div#nav {
}
}
body.page-connexion, body.page-mon-profil {
div#nav > ul > li.menu-forms span {
font-weight: normal;
}
}
body.has-picture {
div#main-content-wrapper {
margin-top: -150px;