a little fix against bootstrap 3.1.1

This commit is contained in:
marijus 2014-02-28 23:23:19 +01:00
parent b390336016
commit e82c9eb176
2 changed files with 5 additions and 0 deletions

View File

@ -116,3 +116,7 @@ nav .navbar-collapse {
height: 32px;
margin-right: 5px;
}
.container-fluid {
padding-left: 0px;
}

View File

@ -2191,6 +2191,7 @@ nav img {
height: 47px;
width: 47px;
margin-top: 2px;
margin-left: 15px;
border-radius: $radiuspx;
}