diff options
author | Aleš Smodiš <aless@guru.si> | 2015-09-24 10:19:52 +0200 |
---|---|---|
committer | Aleš Smodiš <aless@guru.si> | 2015-09-24 10:19:52 +0200 |
commit | 652164680ac0d1b4ace0ae9ec55f69b28740d11a (patch) | |
tree | 2cc3e36aada8302e4f6e1480c22bbff1747b5183 /css | |
parent | 9f8373a5559da4d0368958f87f495e95d0099cb0 (diff) |
Reimplemented language selection with simple links. Removed unused startup.js, moved the boot sequence to core.js.
Diffstat (limited to 'css')
-rw-r--r-- | css/codeq.css | 7 |
1 files changed, 4 insertions, 3 deletions
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; +} |