mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
add back bottom margin to navbars
This commit is contained in:
Vendored
+1
@@ -3489,6 +3489,7 @@ button.close {
|
||||
position: relative;
|
||||
padding-top: 15px;
|
||||
padding-bottom: 15px;
|
||||
margin-bottom: 20px;
|
||||
background-color: #eeeeee;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
// Wrapper and base class
|
||||
.navbar {
|
||||
position: relative;
|
||||
margin-bottom: 20px;
|
||||
padding-top: 15px;
|
||||
padding-bottom: 15px;
|
||||
background-color: @navbar-bg;
|
||||
|
||||
Reference in New Issue
Block a user