css: red messages !

This commit is contained in:
Thomas NOËL 2014-10-30 17:42:30 +01:00
parent 64bfdb18f4
commit 58c2a7da7a
1 changed files with 8 additions and 0 deletions

View File

@ -68,6 +68,14 @@ h1 {
margin-top: 4em;
}
#messages {
background-color: red;
position: fixed;
right: 300px;
left: 0;
top: 0;
}
#map {
z-index: -100;
position: fixed;