side scroll issue fixed

This commit is contained in:
David Miller
2014-11-04 15:52:37 -05:00
parent 165e35fc07
commit 3c8901f637
3 changed files with 20 additions and 10 deletions

View File

@@ -27,6 +27,10 @@ body {
}
}
.navbar-top-links {
margin-right: 0;
}
.navbar-top-links li {
display: inline-block;
}