tor-browser

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

table-row-pagination-001-print-ref.html (413B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4 <meta charset="utf-8">
      5 <title>Testing row split</title>
      6 <style type="text/css">
      7 @page { size:5in 3in; margin:0.5in; }
      8 html,body {
      9  print-color-adjust: exact;
     10  color:black;
     11  background-color:white;
     12  font-size:16px;
     13  padding:0;
     14  margin:0;
     15  height:100%;
     16 }
     17 div { height:160%; }
     18 p { height: 50%; margin:0; }
     19 </style>
     20 </head>
     21 <body>
     22 
     23 <div>
     24 <p></p>
     25 <p>1</p>
     26 </div>
     27 
     28 
     29 </body>
     30 </html>