]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update navbar.less
authorAristeides Stathopoulos <aristath@gmail.com>
Sat, 22 Jun 2013 11:41:31 +0000 (14:41 +0300)
committerAristeides Stathopoulos <aristath@gmail.com>
Sat, 22 Jun 2013 11:41:31 +0000 (14:41 +0300)
less/navbar.less

index b744f5f7075113606742f831004980f51d1a392a..444281289c7ff307bc09e7c7b52ca86124843951 100644 (file)
@@ -96,7 +96,7 @@
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
-  padding: 15px;
+  padding: floor(@grid-gutter-width / 2);  // ~15px
   font-size: @font-size-large;
   font-weight: 500;
   line-height: @line-height-computed;
 
   .navbar-brand {
     float: left;
-    margin-left: -5px;
+    margin-left: -(floor(@grid-gutter-width / 2));  // ~15px
     margin-right: 5px;
   }
   .navbar-nav {