tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

padding-border-margin-007-ref.html (541B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8"/>
      3 <title>Padding/border/margin on mfrac (reference)</title>
      4 <style>
      5  @font-face {
      6    font-family: FractionFont;
      7    src: url("/fonts/math/fraction-rulethickness10000.woff");
      8  }
      9  mfrac {
     10    font-family: FractionFont;
     11  }
     12 </style>
     13 <math>
     14  <mrow style="border: 30px solid blue; padding: 20px;">
     15    <mfrac style="padding: 0; color: gray">
     16      <mspace width="120px" height="60px" depth="60px"></mspace>
     17      <mspace width="120px" height="60px" depth="60px"></mspace>
     18    </mfrac>
     19  </mrow>
     20 </math>