add padding to welcome text

This commit is contained in:
Frédéric Péters 2014-12-22 15:53:25 +01:00
parent 6b7b01f444
commit 869eec29ac
1 changed files with 4 additions and 0 deletions

View File

@ -240,6 +240,10 @@ div.ident-content h3 {
padding: 1ex;
}
div#welcome-text {
padding: 15px 15px 0 15px;
}
p#logout,
p#login {
position: absolute;