Reformatted Bootstrap, added Station Suspended notice

This commit is contained in:
Albert Santoni 2015-04-10 17:14:56 -04:00
parent 28fc1cf2fc
commit 088ada1d2c
8 changed files with 109 additions and 61 deletions

View file

@ -3217,3 +3217,13 @@ dd .stream-status {
{
color: #222;
}
.suspension_notice
{
text-align: center;
background-color: #b87070;
margin: 5px 5px;
padding: 20px;
font-size: 16px;
font-family: Helvetica, Arial, sans-serif;
}