Commit 69f5447a authored by Mark Otto's avatar Mark Otto

add back bottom margin to navbars

parent e8b73186
...@@ -3489,6 +3489,7 @@ button.close { ...@@ -3489,6 +3489,7 @@ button.close {
position: relative; position: relative;
padding-top: 15px; padding-top: 15px;
padding-bottom: 15px; padding-bottom: 15px;
margin-bottom: 20px;
background-color: #eeeeee; background-color: #eeeeee;
border-radius: 4px; border-radius: 4px;
} }
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
// Wrapper and base class // Wrapper and base class
.navbar { .navbar {
position: relative; position: relative;
margin-bottom: 20px;
padding-top: 15px; padding-top: 15px;
padding-bottom: 15px; padding-bottom: 15px;
background-color: @navbar-bg; background-color: @navbar-bg;
......
Markdown is supported
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