mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-15 18:14:17 +02:00
Improve alignment of navbar brand and fix up left padding on list groups
This commit is contained in:
5
docs/assets/css/bootstrap.css
vendored
5
docs/assets/css/bootstrap.css
vendored
@@ -2956,7 +2956,8 @@ input[type="button"].btn-block {
|
||||
}
|
||||
|
||||
.list-group {
|
||||
margin: 0 0 20px;
|
||||
padding-left: 0;
|
||||
margin-bottom: 20px;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
@@ -3698,7 +3699,7 @@ button.close {
|
||||
.navbar-brand {
|
||||
float: left;
|
||||
margin-right: 5px;
|
||||
margin-left: -5px;
|
||||
margin-left: -15px;
|
||||
}
|
||||
.navbar-nav {
|
||||
float: left;
|
||||
|
Reference in New Issue
Block a user