Remove useless CSS

This commit is contained in:
Nicolas Lœuillet 2016-04-03 20:35:53 +02:00
parent eff75729a1
commit 163517da79
1 changed files with 0 additions and 14 deletions

View File

@ -54,20 +54,6 @@ body.login main {
padding: 0;
}
#warning_message {
position: fixed;
background-color: #ff6347;
z-index: 1000;
bottom: 0;
left: 0;
width: 100%;
color: #000;
}
#warning_message a {
color: #555;
}
.border-bottom {
border-bottom: 1px solid #DDD;
}