From 652164680ac0d1b4ace0ae9ec55f69b28740d11a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Smodi=C5=A1?= Date: Thu, 24 Sep 2015 10:19:52 +0200 Subject: Reimplemented language selection with simple links. Removed unused startup.js, moved the boot sequence to core.js. --- css/codeq.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'css') diff --git a/css/codeq.css b/css/codeq.css index 42fdb30..8604b9c 100644 --- a/css/codeq.css +++ b/css/codeq.css @@ -176,6 +176,7 @@ body { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); } - - - +/* main screen */ +#screen_language a { + cursor: pointer; +} -- cgit v1.2.1