From 5174f6336de6108aac95594bcd4fc209b5e50d41 Mon Sep 17 00:00:00 2001 From: Simon Pieters Date: Tue, 28 Mar 2017 12:11:06 +0200 Subject: [PATCH 1/5] Add a fingerprint image Fixes #49. --- fingerprint.svg | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 fingerprint.svg diff --git a/fingerprint.svg b/fingerprint.svg new file mode 100644 index 0000000..639afd1 --- /dev/null +++ b/fingerprint.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + From fdc2dc76c1c432b618abe0cdd2e07938616f4d4b Mon Sep 17 00:00:00 2001 From: Simon Pieters Date: Wed, 29 Mar 2017 13:44:26 +0200 Subject: [PATCH 2/5] Rewrite the fingerprint and add ARIA attributes --- fingerprint.svg | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/fingerprint.svg b/fingerprint.svg index 639afd1..b155816 100644 --- a/fingerprint.svg +++ b/fingerprint.svg @@ -1,13 +1,3 @@ - - - - - - - - - - - - + + From 96409c4a1bc4f20a06ae7ecaf087d46b911ab94e Mon Sep 17 00:00:00 2001 From: Simon Pieters Date: Wed, 29 Mar 2017 13:48:28 +0200 Subject: [PATCH 3/5] Add back xmlns, oops --- fingerprint.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fingerprint.svg b/fingerprint.svg index b155816..d7b3950 100644 --- a/fingerprint.svg +++ b/fingerprint.svg @@ -1,3 +1,3 @@ - + From 10c9703a1a1534e0079eadf0e10a988c38f8237c Mon Sep 17 00:00:00 2001 From: Simon Pieters Date: Wed, 29 Mar 2017 15:08:11 +0200 Subject: [PATCH 4/5] Remove attributes that only are necessary for inline SVG --- fingerprint.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fingerprint.svg b/fingerprint.svg index d7b3950..0122bb6 100644 --- a/fingerprint.svg +++ b/fingerprint.svg @@ -1,3 +1,3 @@ - + From 024eae12a68d126db5442075207b7ff6cd235825 Mon Sep 17 00:00:00 2001 From: Simon Pieters Date: Mon, 3 Apr 2017 11:54:25 +0200 Subject: [PATCH 5/5] Move HTML's styles for .fingerprint to standard.css --- standard.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/standard.css b/standard.css index 1d9e91e..c6a6c3e 100644 --- a/standard.css +++ b/standard.css @@ -36,6 +36,11 @@ body { margin: 0 auto; padding: 0 2.5em 2em 2.5em; max-width: 80em; background: bottom: 40px; /* Dodge the collapsed .annoying-warning */ } +.fingerprint { position: absolute; right: 0; z-index: 5; } +@media (max-width: 767px) { + .fingerprint { max-width: 35px; } +} + @media (max-width: 767px) { html { background: #fff; tab-size: 2; } body { max-width: none; padding: 0 0.625em; }