Commit 0780faad authored by Mark Otto's avatar Mark Otto

make that left/right padding, not top/bottom on navbar

parent 69f5447a
...@@ -3487,8 +3487,8 @@ button.close { ...@@ -3487,8 +3487,8 @@ button.close {
.navbar { .navbar {
position: relative; position: relative;
padding-top: 15px; padding-right: 15px;
padding-bottom: 15px; padding-left: 15px;
margin-bottom: 20px; margin-bottom: 20px;
background-color: #eeeeee; background-color: #eeeeee;
border-radius: 4px; border-radius: 4px;
......
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
.navbar { .navbar {
position: relative; position: relative;
margin-bottom: 20px; margin-bottom: 20px;
padding-top: 15px; padding-left: 15px;
padding-bottom: 15px; padding-right: 15px;
background-color: @navbar-bg; background-color: @navbar-bg;
border-radius: @border-radius-base; border-radius: @border-radius-base;
......
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