File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ <h3>{{ _('Navigation') }}</h3>
1414 </ li >
1515 {%- endfor %}
1616 {%- block rootrellink %}
17- < li > < img src ="{{ pathto('_static/' ~ theme_root_icon, 1) }} " alt ="{{ theme_root_icon_alt_text }} " style ="vertical-align: middle; margin-top: -1px "> </ li >
17+ < li class =" root-icon " > < img src ="{{ pathto('_static/' ~ theme_root_icon, 1) }} " alt ="{{ theme_root_icon_alt_text }} " style ="vertical-align: middle; margin-top: -1px "> </ li >
1818 < li > < a href ="{{theme_root_url}} "> {{theme_root_name}}</ a > {{ reldelim1 }}</ li >
1919 < li class ="switchers ">
2020 < div class ="language_switcher_placeholder "> </ div >
Original file line number Diff line number Diff line change @@ -568,6 +568,13 @@ div.genindex-jumpbox a {
568568 div .related li .right , div .related li .switchers , div .sphinxsidebar {
569569 display : none;
570570 }
571+ div .related .root-icon {
572+ display : none;
573+ }
574+ div .related ul ,
575+ div .related li {
576+ line-height : 1.3 ;
577+ }
571578 /* Anchorlinks are not hidden by fixed-positioned navbar when scrolled to */
572579 html {
573580 scroll-padding-top : 40px ;
You can’t perform that action at this time.
0 commit comments