Lots of updates
This commit is contained in:
parent
e3cfff8310
commit
39e7af6238
454 changed files with 221168 additions and 36622 deletions
|
@ -10,7 +10,7 @@
|
|||
margin-bottom: 0;
|
||||
padding-left: 0; // Override default ul/ol
|
||||
list-style: none;
|
||||
@include clearfix();
|
||||
@include clearfix;
|
||||
|
||||
> li {
|
||||
position: relative;
|
||||
|
@ -36,7 +36,7 @@
|
|||
color: $nav-disabled-link-hover-color;
|
||||
text-decoration: none;
|
||||
background-color: transparent;
|
||||
cursor: not-allowed;
|
||||
cursor: $cursor-disabled;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -57,7 +57,7 @@
|
|||
// we missed it. We don't currently support this anywhere, but in the interest
|
||||
// of maintaining backward compatibility in case you use it, it's deprecated.
|
||||
.nav-divider {
|
||||
@include nav-divider();
|
||||
@include nav-divider;
|
||||
}
|
||||
|
||||
// Prevent IE8 from misplacing imgs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue