This commit is contained in:
Mark Otto 2016-01-06 15:59:10 -08:00
parent 416efb8538
commit e1caaea06f
8 changed files with 18 additions and 18 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;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long