Merge pull request #2594 from bechi/layout-details-06

change beta logo
This commit is contained in:
Matias Alejo Garcia 2015-04-22 14:00:50 -03:00
commit 12c042dc50
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;