Made the CodeMirror area wider, more fixes

Sorry, forgot some things. Now it should be right.
This commit is contained in:
Jaroslav Petrnoušek 2015-02-19 18:42:34 +01:00
parent b2b6c855b5
commit 20d32fc3af

View File

@ -92,12 +92,17 @@
position: inherit; position: inherit;
width: auto; width: auto;
border-right: none; border-right: none;
padding-left: 8px;
} }
#sections { #sections {
padding-left: 0px; padding-left: 0px;
} }
#sections > div {
padding: 0px;
}
#sections-heading { #sections-heading {
padding-left: 8px; padding-left: 8px;
} }