2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03: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
+3 -3
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;