diff options
author | Aleš Smodiš <aless@guru.si> | 2015-10-04 19:45:55 +0200 |
---|---|---|
committer | Aleš Smodiš <aless@guru.si> | 2015-10-04 19:45:55 +0200 |
commit | 5877ffd8aaffdf3e416dbb36e766736b866e5963 (patch) | |
tree | d770d19c36b25039728079e6a0c3b0c7cfa26776 /css | |
parent | c3bbf004fc6c9278f954b0b6c69e2a256351a7d0 (diff) | |
parent | 6377d405a668b4523041fb6cbb881e752b833eb0 (diff) |
Merge branch 'master' of ssh://212.235.189.51:22122/codeq-web
Diffstat (limited to 'css')
-rw-r--r-- | css/codeq.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/codeq.css b/css/codeq.css index b06644f..c3f3634 100644 --- a/css/codeq.css +++ b/css/codeq.css @@ -226,13 +226,13 @@ body { } #screen_python .block.block1 { - min-height: 30%; height: 30%; + min-height: 50%; height: 50%; border-right: 0; } /* hints */ #screen_python .block.block4 { - min-height: 70%; height: 70%; + min-height: 50%; height: 50%; } /* code_editor */ |