File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -593,6 +593,11 @@ img.formulaInl, img.inline {
593593 vertical-align : middle;
594594}
595595
596+ div .toc img .inline {
597+ float : none;
598+ vertical-align : top;
599+ max-height : 14px ;
600+ }
596601div .center {
597602 text-align : center;
598603 margin-top : 0px ;
Original file line number Diff line number Diff line change 3131 padding : 0px ;
3232 border : 0px ;
3333 vertical-align : middle;
34+ float : none;
35+ max-height : 20px ;
3436}
3537
3638# nav-tree a {
@@ -239,10 +241,15 @@ div.nav-sync-icon:hover span.sync-icon-right {
239241 display : block;
240242 width : 250px ;
241243 box-sizing : content-box;
242- position : relative;
244+ position : relative;
243245 border-left : 1px solid var (--nav-border-color );
244246}
245247
248+ # page-nav img .inline {
249+ float : none;
250+ max-height : 19px ;
251+ }
252+
246253# page-nav-tree {
247254 display : inline-block;
248255}
You can’t perform that action at this time.
0 commit comments