2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03: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.
+2 -2
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 {
+2 -2
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,