From c5716599c3ef7f8f88ab5832d5df901af967cf08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Pu=C5=A1nik?= Date: Fri, 2 Oct 2015 17:15:08 +0200 Subject: =?UTF-8?q?Pa=20naj=20bo=2050:50=20dokler=20ne=20stuhtamo=20kaj=20?= =?UTF-8?q?bolj=C5=A1ega?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/codeq.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'css') 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 */ -- cgit v1.2.1