summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@araneo.org>2015-09-23 12:26:25 +0200
committerTimotej Lazar <timotej.lazar@araneo.org>2015-09-23 12:26:25 +0200
commitd70799f943a1ee6c7edbad345782fa1e1ca8277f (patch)
tree31ba3ce3c5c6983344e3826cf866c5b21cf9b992 /css
parent6e8d9772baff4fd2e58c005bb6358d29113100ad (diff)
Remove padding above the code editor
Diffstat (limited to 'css')
-rw-r--r--css/codeq.css4
1 files changed, 0 insertions, 4 deletions
diff --git a/css/codeq.css b/css/codeq.css
index 397a46d..42fdb30 100644
--- a/css/codeq.css
+++ b/css/codeq.css
@@ -134,10 +134,6 @@ body {
.block > .code_editor {
min-height: 100%;
height: 100%;
- padding-top: 50px;
- padding-right: 0;
- padding-left: 0;
- padding-bottom: 0;
}
/* console */