1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 05:58:25 +01:00

make nav padding and negative margins the same

This commit is contained in:
Mark Otto 2012-03-10 13:24:46 -08:00
parent 9ebc6b4c97
commit c7eb1ab49a
3 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@ -2320,8 +2320,8 @@ button.btn.btn-small, input[type="submit"].btn.btn-small {
margin-top: 9px;
}
.nav-list {
padding-left: 14px;
padding-right: 14px;
padding-left: 15px;
padding-right: 15px;
margin-bottom: 0;
}
.nav-list > li > a, .nav-list .nav-header {

View File

@ -42,8 +42,8 @@
// --------
.nav-list {
padding-left: 14px;
padding-right: 14px;
padding-left: 15px;
padding-right: 15px;
margin-bottom: 0;
}
.nav-list > li > a,