mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-19 11:50:59 +00:00
remove margin from left side of navs since it's no longer being set
This commit is contained in:
parent
522004e67a
commit
5967ef64a3
2 changed files with 0 additions and 2 deletions
1
docs/assets/css/bootstrap.css
vendored
1
docs/assets/css/bootstrap.css
vendored
|
|
@ -2531,7 +2531,6 @@ button.close {
|
|||
.nav {
|
||||
padding-left: 0;
|
||||
margin-bottom: 0;
|
||||
margin-left: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@
|
|||
// --------------------------------------------------
|
||||
|
||||
.nav {
|
||||
margin-left: 0;
|
||||
margin-bottom: 0;
|
||||
padding-left: 0; // Override default ul/ol
|
||||
list-style: none;
|
||||
|
|
|
|||
Loading…
Reference in a new issue