change beta logo

This commit is contained in:
bechi 2015-04-22 13:58:37 -03:00
commit 96c8463f37
5 changed files with 56 additions and 24 deletions

View file

@ -299,7 +299,9 @@ a.missing-copayers {
}
.sidebar header {
background-color: #2C3E50;
background-image: -webkit-linear-gradient(bottom, #213140 0%, #2C3E50 100%);
background-image: -o-linear-gradient(bottom, #213140 0%, #2C3E50 100%);
background-image: linear-gradient(to top, #213140 0%, #2C3E50 100%);
width: 100%;
text-align: center;
height: 7rem;