apply a fallback background colour to header (#5362)

This commit is contained in:
Frédéric Péters 2014-09-01 14:32:47 +02:00
parent e21bb7a95d
commit ec24d872de
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ ul.user-info a {
/* header */
div#header {
background: #ff7800;
background: linear-gradient(to bottom, #f13600 5%, #ff7800 30%) top right no-repeat;
color: white;
padding-left: 25px;