mincult: hide account management column (#35839)

This commit is contained in:
Thomas NOËL 2019-09-05 10:41:02 +02:00
parent 088d3c5208
commit ef2a84d34e
1 changed files with 4 additions and 0 deletions

View File

@ -39,3 +39,7 @@ header {
background: url(img/logo-footer.png) top right no-repeat;
}
}
div#right.account-management {
display: none;
}