diff options
author | Ian Coleman <coleman.ian@gmail.com> | 2016-11-03 10:12:08 +1100 |
---|---|---|
committer | Ian Coleman <coleman.ian@gmail.com> | 2016-11-03 10:12:45 +1100 |
commit | d737abf6809622228faf7d5fe54101e2d87d72a4 (patch) | |
tree | b0f47e346e8787541d2aa38e928260b7573a93a6 /bip39-standalone.html | |
parent | 1b12b2f5f12b32a2ed6e69ff77f10b889b383e97 (diff) | |
download | BIP39-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.html | 5 |
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> </td><td> </td><td> </td></tr> | 318 | <tr><td> </td><td> </td><td> </td></tr> |
316 | <tr><td> </td><td> </td><td> </td></tr> | 319 | <tr><td> </td><td> </td><td> </td></tr> |
317 | <tr><td> </td><td> </td><td> </td></tr> | 320 | <tr><td> </td><td> </td><td> </td></tr> |