Update style.css

Add warning-message class
This commit is contained in:
maase2 2013-11-08 14:34:12 +01:00
parent c53b483293
commit e010eb480e
1 changed files with 8 additions and 0 deletions

View File

@ -114,6 +114,14 @@ nav #site-location {
padding: 10px;
}
.warning-message {
background-color: #F4FA58;
border: 1px solid #F3F781;
color: #000000;
font-size: 1.1em;
padding: 10px;
}
nav #banner {
display: block;