add left padding to the code block

removed unnecessary files and changes
This commit is contained in:
sanariaz154 2017-03-15 01:46:45 +05:00
Родитель 265532221a
Коммит 1f4eac3bc4
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -31,7 +31,6 @@
}
.show-line-padding .CodeMirror pre {
padding-left: 0;
}
.CodeMirror-scroll {
@ -122,6 +121,7 @@ div.CodeMirror-cursors {
.CodeMirror-lines {
padding: @code-padding 0;
padding-left: 10px;
/* This is necessary for issue #2780. The logic for closing dropdowns depends on "click" events. Now
* that each line has a separate div element, there is a good chance that mouseDown and mouseUp events
@ -141,6 +141,7 @@ div.CodeMirror-cursors {
.CodeMirror-gutters {
background-color: @background;
border-right: none;
padding-right: @code-padding;
}
.platform-mac {
@ -231,6 +232,8 @@ div.CodeMirror-cursors {
.CodeMirror .CodeMirror-gutters {
background: transparent;
border-right: none;
padding-right: @code-padding;
}
.CodeMirror-scroll {