1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 15:50:01 +02:00

fixes #9508: use navbar align mixin for buttons to get correct top/bottom spacing

This commit is contained in:
Mark Otto
2013-08-14 23:02:58 -07:00
parent c5ca743cb7
commit 0456e5e4b3
3 changed files with 3 additions and 2 deletions

View File

@@ -3480,6 +3480,7 @@ button.close {
.navbar-btn {
margin-top: 8px;
margin-bottom: 8px;
}
.navbar-text {

File diff suppressed because one or more lines are too long