From: Ian Coleman Date: Wed, 14 Jun 2017 02:26:31 +0000 (+1000) Subject: Display version number in top right X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=8b18bdbb2e2f17d48a75db61edba6ed166061224 Display version number in top right --- diff --git a/changelog.md b/changelog.md index 8895936..37be5fd 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,4 @@ # 0.1.0 2017-06-14 Add changelog +Display version number in top right diff --git a/src/index.html b/src/index.html index a0f8bb1..bc8ffba 100644 --- a/src/index.html +++ b/src/index.html @@ -103,12 +103,18 @@ border-bottom: 1px dashed #000; text-decoration: none; } + .version { + position: absolute; + top: 5px; + right: 5px; + }

Mnemonic Code Converter

+

v0.1.0