Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
michael@0 | 1 | <!doctype> |
michael@0 | 2 | <html> |
michael@0 | 3 | <head> |
michael@0 | 4 | <title>table-width-4</title> |
michael@0 | 5 | <meta charset="utf-8"/> |
michael@0 | 6 | <style type="text/css"> |
michael@0 | 7 | html { background-color: grey; } |
michael@0 | 8 | td { border: 1px solid white; |
michael@0 | 9 | padding-top: 0; |
michael@0 | 10 | padding-bottom: 0; |
michael@0 | 11 | padding-right: 2px; |
michael@0 | 12 | padding-left: 1px; |
michael@0 | 13 | background-color: black; |
michael@0 | 14 | color: black; } |
michael@0 | 15 | </style> |
michael@0 | 16 | </head> |
michael@0 | 17 | <body> |
michael@0 | 18 | |
michael@0 | 19 | <table> |
michael@0 | 20 | <tr> |
michael@0 | 21 | <td> |
michael@0 | 22 | <math><mi>ℓ</mi><mi>i</mi></math> |
michael@0 | 23 | </td> |
michael@0 | 24 | </tr> |
michael@0 | 25 | </table> |
michael@0 | 26 | <table> |
michael@0 | 27 | <tr> |
michael@0 | 28 | <td> |
michael@0 | 29 | <math><mtext>ℓ</mtext><mi>i</mi></math> |
michael@0 | 30 | </td> |
michael@0 | 31 | </tr> |
michael@0 | 32 | </table> |
michael@0 | 33 | <table> |
michael@0 | 34 | <tr> |
michael@0 | 35 | <td> |
michael@0 | 36 | <math><mtext style="font-style: italic">ℓ</mtext><mi>i</mi></math> |
michael@0 | 37 | </td> |
michael@0 | 38 | </tr> |
michael@0 | 39 | </table> |
michael@0 | 40 | <table> |
michael@0 | 41 | <tr> |
michael@0 | 42 | <td> |
michael@0 | 43 | <math><mtext mathvariant="script">l</mtext><mi>i</mi></math> |
michael@0 | 44 | </td> |
michael@0 | 45 | </tr> |
michael@0 | 46 | </table> |
michael@0 | 47 | <table> |
michael@0 | 48 | <tr> |
michael@0 | 49 | <td> |
michael@0 | 50 | <math><mi mathvariant="script">l</mi><mi>i</mi></math> |
michael@0 | 51 | </td> |
michael@0 | 52 | </tr> |
michael@0 | 53 | </table> |
michael@0 | 54 | <table> |
michael@0 | 55 | <tr> |
michael@0 | 56 | <td> |
michael@0 | 57 | <math><mi mathvariant="script">l</mi> |
michael@0 | 58 | <mi mathvariant="italic">i</mi></math> |
michael@0 | 59 | </td> |
michael@0 | 60 | </tr> |
michael@0 | 61 | </table> |
michael@0 | 62 | |
michael@0 | 63 | </body> |
michael@0 | 64 | </html> |