From 86e3e2b48416064f2b4574771a4d9416bd398818 Mon Sep 17 00:00:00 2001 From: Peter Krantz Date: Sun, 23 Mar 2014 10:24:12 +0100 Subject: [PATCH] Added button role and tabindex to make keyboard focusable --- css/main.css | 2 +- index.html | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/css/main.css b/css/main.css index 0cfb301b3..75c91d745 100644 --- a/css/main.css +++ b/css/main.css @@ -230,7 +230,7 @@ html, body{ position: relative; } -.button { +a[role='button'] { display: inline-block; position: relative; color: #FFFFFF; diff --git a/index.html b/index.html index 92f47d489..c98fb5848 100644 --- a/index.html +++ b/index.html @@ -40,33 +40,33 @@