Franck Nijhof
2 years ago
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
1 changed files with
21 additions and
27 deletions
-
docs/css/extra.css
|
|
@ -1,47 +1,41 @@ |
|
|
|
.bs-sidebar.well { |
|
|
|
/* margin-bottom: 0; */ |
|
|
|
} |
|
|
|
|
|
|
|
.bs-sidebar .nav > li > a:hover, |
|
|
|
.bs-sidebar .nav > li > a:focus { |
|
|
|
border: none; |
|
|
|
border-left: 2px solid; |
|
|
|
border: none; |
|
|
|
border-left: 2px solid; |
|
|
|
} |
|
|
|
|
|
|
|
.bs-sidebar .nav > .active > a, |
|
|
|
.bs-sidebar .nav > .active:hover > a, |
|
|
|
.bs-sidebar .nav > .active:focus > a { |
|
|
|
border: none; |
|
|
|
border-left: 2px solid; |
|
|
|
border: none; |
|
|
|
border-left: 2px solid; |
|
|
|
} |
|
|
|
|
|
|
|
@media (min-width: 992px) { |
|
|
|
.bs-sidebar.affix { |
|
|
|
/* top: 60px; */ |
|
|
|
/* bottom: 0px; */ |
|
|
|
top: 80px; |
|
|
|
bottom: 23px; |
|
|
|
overflow: auto; |
|
|
|
} |
|
|
|
.bs-sidebar.affix { |
|
|
|
top: 80px; |
|
|
|
bottom: 23px; |
|
|
|
overflow: auto; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
@media (min-width: 1200px) { |
|
|
|
.bs-sidebar.affix-bottom, |
|
|
|
.bs-sidebar.affix { |
|
|
|
width: 280px; |
|
|
|
} |
|
|
|
.bs-sidebar.affix-bottom, |
|
|
|
.bs-sidebar.affix { |
|
|
|
width: 280px; |
|
|
|
} |
|
|
|
|
|
|
|
.container > .col-md-9 { |
|
|
|
padding-left: 40px; |
|
|
|
} |
|
|
|
.container > .col-md-9 { |
|
|
|
padding-left: 40px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.md-header-nav__button.md-logo img { |
|
|
|
margin-top: -3px; |
|
|
|
width: 42px !important; |
|
|
|
height: 42px !important; |
|
|
|
margin-top: -3px; |
|
|
|
width: 42px !important; |
|
|
|
height: 42px !important; |
|
|
|
} |
|
|
|
|
|
|
|
.md-footer-nav nav { |
|
|
|
display: none; |
|
|
|
} |
|
|
|
display: none; |
|
|
|
} |