aboutsummaryrefslogtreecommitdiff
path: root/bip39-standalone.html
diff options
context:
space:
mode:
authorIan Coleman <coleman.ian@gmail.com>2016-11-03 10:12:08 +1100
committerIan Coleman <coleman.ian@gmail.com>2016-11-03 10:12:45 +1100
commitd737abf6809622228faf7d5fe54101e2d87d72a4 (patch)
treeb0f47e346e8787541d2aa38e928260b7573a93a6 /bip39-standalone.html
parent1b12b2f5f12b32a2ed6e69ff77f10b889b383e97 (diff)
downloadBIP39-d737abf6809622228faf7d5fe54101e2d87d72a4.tar.gz
BIP39-d737abf6809622228faf7d5fe54101e2d87d72a4.tar.zst
BIP39-d737abf6809622228faf7d5fe54101e2d87d72a4.zip
Table uses monospace font.
See https://github.com/iancoleman/bip39/issues/32#issuecomment-257776567
Diffstat (limited to 'bip39-standalone.html')
-rw-r--r--bip39-standalone.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/bip39-standalone.html b/bip39-standalone.html
index 62bd43c..5993b86 100644
--- a/bip39-standalone.html
+++ b/bip39-standalone.html
@@ -55,6 +55,9 @@
55 .languages * { 55 .languages * {
56 padding-left: 10px; 56 padding-left: 10px;
57 } 57 }
58 .monospace {
59 font-family: monospace;
60 }
58 </style> 61 </style>
59 </head> 62 </head>
60 <body> 63 <body>
@@ -311,7 +314,7 @@
311 </div> 314 </div>
312 </th> 315 </th>
313 </thead> 316 </thead>
314 <tbody class="addresses"> 317 <tbody class="addresses monospace">
315 <tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr> 318 <tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>
316 <tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr> 319 <tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>
317 <tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr> 320 <tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>