File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 9090
9191/* -14em is size of table of contents/nav */
9292body > .header { margin : 0 0 0 -14em ;}
93+ body > header > div .mobile { display : none; }
9394body > .header div .label { font-size : 2em ; font-weight : bold; margin : 0.67em 0 0.67em 1em ;}
9495body > .footer { margin : 1em 0 1em -14em ; clear : both;}
9596body > .navigation
@@ -165,7 +166,7 @@ a.toc-backref { color: #000000; }
165166.menu ul ul > li
166167{
167168 margin : 0 ;
168- padding : 0 ;
169+ padding : 0.5 em ;
169170 border : none;
170171 border-top : solid thin # dadada ;
171172 background-color : inherit;
@@ -311,6 +312,13 @@ div.admonition.caution p.admonition-title {
311312dt { font-weight : bold; margin-block-start : 1em ;}
312313dt + dd { margin-block-start : 0.25em ; }
313314dd p .first { margin-block-start : 0 ; }
315+ dd > ul : first-child {
316+ /* reduce indent with list inside dd. I want to reduce
317+ margin-inline-start on dd but :has(> ul:first-child)
318+ doesn't work in firefox yet, so use negative margin
319+ on ul. */
320+ margin-inline-start : -32px ;
321+ }
314322
315323# skiplink { display : block;
316324 margin-block-start : 1em ;
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ a.toc-backref { color: #000000; }
166166.menu ul ul > li
167167{
168168 margin : 0 ;
169- padding : 0 ;
169+ padding : 0.5 em ;
170170 border : none;
171171 border-top : solid thin # dadada ;
172172 background-color : inherit;
You can’t perform that action at this time.
0 commit comments