Suspension notice layout fix

This commit is contained in:
Albert Santoni 2015-04-29 13:58:50 -04:00
parent f382b1338f
commit c1af91bb9a
1 changed files with 7 additions and 1 deletions

View File

@ -3238,7 +3238,13 @@ dd .stream-status {
{
text-align: center;
background-color: #D27A7A;
padding: 20px;
height: 143px;
font-size: 16px;
font-family: Helvetica, Arial, sans-serif;
}
.suspension_notice h2
{
padding-bottom: 0px;
padding-top: 13px;
}