diff options
author | Timotej Lazar <timotej.lazar@araneo.org> | 2015-09-23 12:26:25 +0200 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@araneo.org> | 2015-09-23 12:26:25 +0200 |
commit | d70799f943a1ee6c7edbad345782fa1e1ca8277f (patch) | |
tree | 31ba3ce3c5c6983344e3826cf866c5b21cf9b992 | |
parent | 6e8d9772baff4fd2e58c005bb6358d29113100ad (diff) |
Remove padding above the code editor
-rw-r--r-- | css/codeq.css | 4 |
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 */ |