diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2015-11-18 19:28:03 +0100 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2015-11-18 19:28:03 +0100 |
commit | 6893733a646d9e697b85feef39dc047c70dd601c (patch) | |
tree | 579e6c4eab908331411f32fc0109002eb12f1da3 /css | |
parent | e92caf57bbad2af886b48d8ff82d8fece214b783 (diff) |
Add support for tabkey and accesskey navigation
Diffstat (limited to 'css')
-rw-r--r-- | css/codeq.css | 4 |
1 files changed, 4 insertions, 0 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*/ |