Merge pull request #5230 from solgenomics/topic/open_pollinated
[sgn.git] / docs / assets / css / style.scss
blobbb6c1e724143fcb217fcf83c39d4da1efb2df6c5
1 ---
2 ---
4 @import "{{ site.theme }}";
5 @import "{{'assets/tipuesearch/css/tipuesearch.css' | relative_url }}";
7 ul#markdown-toc li, ul.nav-tree li{
8   white-space: nowrap;
11 ul#markdown-toc ul, ul.nav-tree ul{
12   margin: 0.5em 0 0.5em 0;
13   padding-left: 1.25em;
16 ul#markdown-toc li a{
17   color: #1b5a87;
20 ul.nav-tree ul ul{
21   visibility: collapse !important;
22   height:0 !important;
23   overflow: none !important;
24   padding: 0 !important;
25   margin: 0 !important;