Commit 77e8e2ae authored by Mark Otto's avatar Mark Otto
Browse files

Fix alignment of .navbar-brand

parent 492c2495
Showing with 2 additions and 2 deletions
+2 -2
......@@ -3373,7 +3373,7 @@ button.close {
float: left;
padding-top: 15px;
padding-bottom: 15px;
margin-left: -15px;
margin-left: -10px;
}
.navbar .nav {
float: left;
......
......@@ -278,7 +278,7 @@
float: left;
padding-top: (@navbar-height - @line-height-base) / 2;
padding-bottom: (@navbar-height - @line-height-base) / 2;
margin-left: -15px;
margin-left: -10px;
}
.navbar .nav {
float: left;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment