Skip to content

Commit

Permalink
Removed dead css
Browse files Browse the repository at this point in the history
  • Loading branch information
radiantly authored Mar 3, 2019
1 parent daa46ce commit 13f9cc6
Showing 1 changed file with 6 additions and 34 deletions.
40 changes: 6 additions & 34 deletions docs/css/extra.css
Original file line number Diff line number Diff line change
@@ -1,37 +1,9 @@
.bs-sidebar.well {
/* margin-bottom: 0; */
}

.bs-sidebar .nav > li > a:hover,
.bs-sidebar .nav > li > a:focus {
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;
}

@media (min-width: 992px) {
.bs-sidebar.affix {
/* top: 60px; */
/* bottom: 0px; */
top: 80px;
bottom: 23px;
overflow: auto;
}
}

@media (min-width: 1200px) {
.bs-sidebar.affix-bottom,
.bs-sidebar.affix {
width: 280px;
@media (min-width: 960px) {
html {
scroll-behavior: smooth;
}

.container > .col-md-9 {
padding-left: 40px;
.md-content__inner > ul:nth-child(5) {
display: none;
}
}

0 comments on commit 13f9cc6

Please sign in to comment.