From 6893733a646d9e697b85feef39dc047c70dd601c Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Wed, 18 Nov 2015 19:28:03 +0100 Subject: Add support for tabkey and accesskey navigation --- css/codeq.css | 4 ++++ index.html | 46 ++++++++++++++++++++++++++-------------------- js/codeq/language.js | 13 +++++++------ js/codeq/problem_list.js | 9 ++++++--- 4 files changed, 43 insertions(+), 29 deletions(-) diff --git a/css/codeq.css b/css/codeq.css index b0c6066..f7ec93b 100644 --- a/css/codeq.css +++ b/css/codeq.css @@ -45,6 +45,10 @@ body { #screen_language .col-lg-4 { cursor: pointer; } +#screen_language .col-lg-4 a { + color: inherit; + text-decoration: none; +} /* screen about*/ diff --git a/index.html b/index.html index d126273..399cbd3 100644 --- a/index.html +++ b/index.html @@ -62,7 +62,7 @@ - + @@ -71,28 +71,28 @@ @@ -296,17 +296,23 @@