This commit is contained in:
Mark Otto 2016-01-06 15:59:10 -08:00
parent 416efb8538
commit e1caaea06f
8 changed files with 14 additions and 14 deletions

View file

@ -3519,6 +3519,12 @@ input[type="button"].btn-block {
border-color: #ddd #ddd transparent;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.nav-pills::after {
display: table;
clear: both;
@ -3566,12 +3572,6 @@ input[type="button"].btn-block {
display: block;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.navbar {
position: relative;
padding: .5rem 1rem;

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -3519,6 +3519,12 @@ input[type="button"].btn-block {
border-color: #ddd #ddd transparent;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.nav-pills::after {
display: table;
clear: both;
@ -3566,12 +3572,6 @@ input[type="button"].btn-block {
display: block;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.navbar {
position: relative;
padding: .5rem 1rem;

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.