From: Ian Coleman Date: Wed, 2 Nov 2016 23:12:08 +0000 (+1100) Subject: Table uses monospace font. X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=d737abf6809622228faf7d5fe54101e2d87d72a4 Table uses monospace font. See https://github.com/iancoleman/bip39/issues/32#issuecomment-257776567 --- 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 @@ .languages * { padding-left: 10px; } + .monospace { + font-family: monospace; + } @@ -311,7 +314,7 @@ - +             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 @@ .languages * { padding-left: 10px; } + .monospace { + font-family: monospace; + } @@ -307,7 +310,7 @@ - +