left bar styles adjusted

This commit is contained in:
Pablo Cuadrado 2014-09-23 19:08:44 -03:00 committed by Steffen van Bergerem
parent e48679affe
commit cb99ad9e68
2 changed files with 12 additions and 6 deletions

View file

@ -1,4 +1,13 @@
#leftNavBar { #leftNavBar {
float: left;
margin: 0px;
.avatar {
width: 50px;
height: 50px;
}
color: #222222; color: #222222;
ul { ul {

View file

@ -20,12 +20,6 @@
} }
} }
#leftNavBar {
float: left;
margin: 0px;
margin-right: 10px;
}
#stream_selection { #stream_selection {
& > li { & > li {
margin-bottom: 10px; margin-bottom: 10px;
@ -96,6 +90,9 @@
} }
.rightBar { .rightBar {
padding-top: 20px;
.section { .section {
margin-bottom: 20px; margin-bottom: 20px;