From a37143e950321246dd638b469dd88eadd25fd90f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Pu=C5=A1nik?= Date: Thu, 1 Oct 2015 09:37:43 +0200 Subject: robot editor layout and scrolling fix --- css/codeq.css | 5 + index.html | 6 +- resizable.html | 318 --------------------------------------------------------- 3 files changed, 8 insertions(+), 321 deletions(-) delete mode 100644 resizable.html diff --git a/css/codeq.css b/css/codeq.css index 96033d0..f7dafdb 100644 --- a/css/codeq.css +++ b/css/codeq.css @@ -72,6 +72,11 @@ body { .block > .code_editor { } +.block.block2 { + padding-top: 51px; + padding-bottom: 21px; +} + /* console */ .block > .console { background: black; diff --git a/index.html b/index.html index 618711e..02003e9 100644 --- a/index.html +++ b/index.html @@ -162,7 +162,7 @@
Instructions
-
+