2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Fix navbar on phone/tablet devices after navbar overhaul

This commit is contained in:
Robert Burns
2013-04-28 10:08:48 -04:00
parent 8b3a1702d4
commit 3326e1b21e
2 changed files with 2 additions and 10 deletions
+1 -5
View File
@@ -5,7 +5,7 @@
// Wrapper and base class
.navbar {
position: relative;
padding: 10px 15px;
padding: 0px 15px;
background-color: @navbar-bg;
border-radius: @border-radius-base;
// Prevent floats from breaking the navbar
@@ -264,10 +264,6 @@
@media screen and (min-width: @screen-tablet) {
.navbar {
padding-top: 0;
padding-bottom: 0;
}
.navbar-brand {
float: left;
margin-left: -5px;