I prefer icons on header

This commit is contained in:
Dmitriy Zaporozhets 2012-11-21 08:14:05 +03:00
parent 4c6c24856c
commit 0046409970
7 changed files with 81 additions and 152 deletions

View file

@ -15,4 +15,22 @@
color: $blue_link;
}
}
.app_logo {
.separator {
margin-left: 0;
margin-right: 0;
}
}
.separator {
float: left;
height: 60px;
width: 1px;
background: white;
border-left: 1px solid #DDD;
margin-top: -10px;
margin-left: 10px;
margin-right: 10px;
}
}