mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-20 11:26:23 -05:00
Removed dead css
This commit is contained in:
parent
daa46ceac5
commit
13f9cc6a01
1 changed files with 7 additions and 35 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue