Fixes error message

This commit is contained in:
Bernd Erk 2014-11-13 15:52:20 +01:00
parent 1743cec199
commit a5b8de366f
1 changed files with 7 additions and 2 deletions

View File

@ -118,8 +118,13 @@
padding: 1em;
margin: 5em auto 0;
text-align: center;
border: 2px solid coral;
background-color: beige;
color: white;
background-color: @colorCritical;
}
div.config-note a {
color: white;
font-weight: bold;
}
}