mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-08 06:21:29 +02:00
v.0.5.1
This commit is contained in:
parent
261527905b
commit
554378b49b
65 changed files with 824 additions and 715 deletions
8
_sass/vendor/bootstrap/_navs.scss
vendored
8
_sass/vendor/bootstrap/_navs.scss
vendored
|
@ -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
|
||||
|
@ -223,9 +223,11 @@
|
|||
.tab-content {
|
||||
> .tab-pane {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
> .active {
|
||||
display: block;
|
||||
visibility: visible;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue