diff options
author | Timotej Lazar <timotej.lazar@araneo.org> | 2015-10-06 18:32:42 +0200 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@araneo.org> | 2015-10-06 18:32:42 +0200 |
commit | 0b2485f393bcc47dcf895044c410b2c8784af432 (patch) | |
tree | c47ce3db5e8ff35dccfe714b6c0635c01f07ee6d /css | |
parent | 3f699e7460fb79bb0b48077dddc3359ee4b974c1 (diff) |
Rename state 'problem' to problem_list
Remove the Language element from the navbar and have "CodeQ" (logo TBD)
send user to the language-selection page.
Diffstat (limited to 'css')
-rw-r--r-- | css/codeq.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/codeq.css b/css/codeq.css index e66ecd4..1e5919b 100644 --- a/css/codeq.css +++ b/css/codeq.css @@ -376,6 +376,6 @@ ul.dropdown-menu a { } /* problem index screen */ -#screen_problem .language-problems a { +#screen_problem_list .language-problems a { cursor: pointer; } |