1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-01 17:32:41 +02:00

fix all validation, turn off some settings, add sort order

This commit is contained in:
Mark Otto
2014-12-11 12:05:29 -08:00
parent 16bd4a2787
commit fef873a840
30 changed files with 538 additions and 256 deletions

View File

@@ -33,8 +33,8 @@
&:hover,
&:focus {
color: $nav-disabled-link-hover-color;
background-color: transparent;
cursor: $cursor-disabled;
background-color: transparent;
}
}
}
@@ -120,16 +120,16 @@
&:hover,
&:focus {
color: $component-active-color;
background-color: $component-active-bg;
cursor: default;
background-color: $component-active-bg;
}
}
}
.nav-stacked {
.nav-item {
float: none;
display: block;
float: none;
+ .nav-item {
margin-top: .2rem;