fix icons align on sidebar

This commit is contained in:
bechi 2015-11-12 11:45:40 -03:00
commit 51dffcc639
2 changed files with 10 additions and 2 deletions

View file

@ -283,6 +283,14 @@ a.missing-copayers {
background: #2C3E50;
}
.sidebar .icon {
width: 39px;
text-align: center;
margin-right: 15px;
float: left;
display: block;
}
.sidebar li {
overflow: hidden;
border-bottom: 1px solid #384B5F;