diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2015-10-16 16:30:04 +0200 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2015-10-16 16:30:04 +0200 |
commit | 932aac1a1930fa43ce2d0f3ec7bcff01e3c84d99 (patch) | |
tree | c141dacd8e7a6ce97766b4384a8a8296c86cbb4a /css | |
parent | a630def321ae4f77156d3e95ec40516c1093e7aa (diff) |
Improve (hopefully) the problem list screen
Diffstat (limited to 'css')
-rw-r--r-- | css/codeq.css | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/css/codeq.css b/css/codeq.css index ac63970..77d1d9c 100644 --- a/css/codeq.css +++ b/css/codeq.css @@ -503,6 +503,27 @@ ul.dropdown-menu a { } /* problem index screen */ -#screen_problem_list .language-problems a { +#screen_problem_list .language-description { + margin-bottom: 1em; +} + +#screen_problem_list .group-description { + margin-bottom: 0.5em; +} + +#screen_problem_list h2 { + font-size: 1.4em; + font-weight: bold; +} + +#screen_problem_list ul.group-problems { + padding-left: 1em; +} + +#screen_problem_list .group-problems li { + list-style-type: none; +} + +#screen_problem_list a { cursor: pointer; } |