File size: 445 Bytes
2359bda |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
.wy-nav-content {
max-width: 1280px;
}
a.icon-home {
font-size: 1.4em;
}
ul.simple {
margin-top: -20px;
}
dd.field-odd > ul.simple {
margin-top: 0px;
}
dl.class > dt {
width: 100%;
}
.toctree-l1 > ul {
margin-top: 0px !important;
}
.wy-side-nav-search .wy-dropdown>a:hover, .wy-side-nav-search>a:hover {
background: none;
}
.project-name {
font-size: 1.4em;
}
.wy-side-nav-search {
padding-top: 0px;
} |