From 20d32fc3af92d8a2780992d69646a0d2d6fa9b37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20Petrnou=C5=A1ek?= Date: Thu, 19 Feb 2015 18:42:34 +0100 Subject: [PATCH] Made the CodeMirror area wider, more fixes Sorry, forgot some things. Now it should be right. --- edit.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/edit.html b/edit.html index dac0c3a3..227920b4 100644 --- a/edit.html +++ b/edit.html @@ -92,16 +92,21 @@ position: inherit; width: auto; border-right: none; + padding-left: 8px; } - + #sections { padding-left: 0px; } - + + #sections > div { + padding: 0px; + } + #sections-heading { padding-left: 8px; } - + body > section > *:not(h2) { padding-left: 8px; }