misc: make sure link to /manage/ is on top of empty site content

This commit is contained in:
Frédéric Péters 2015-06-24 16:08:32 +02:00
parent 244e9c668f
commit 54a976eb4a
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@ body {
#content a {
color: inherit;
position: relative;
z-index: 50;
}
</style>
</head>