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;
}