aboutsummaryrefslogtreecommitdiff
path: root/src/index.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 /src/index.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 'src/index.html')
-rw-r--r--src/index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html
index 5832a9b..3ec4aa9 100644
--- a/src/index.html
+++ b/src/index.html
@@ -51,6 +51,9 @@
51 .languages * { 51 .languages * {
52 padding-left: 10px; 52 padding-left: 10px;
53 } 53 }
54 .monospace {
55 font-family: monospace;
56 }
54 </style> 57 </style>
55 </head> 58 </head>
56 <body> 59 <body>
@@ -307,7 +310,7 @@
307 </div> 310 </div>
308 </th> 311 </th>
309 </thead> 312 </thead>
310 <tbody class="addresses"> 313 <tbody class="addresses monospace">
311 <tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr> 314 <tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>
312 <tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr> 315 <tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>
313 <tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr> 316 <tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>