1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Code quality improvement on JS

This commit is contained in:
Unknwon
2016-08-17 22:44:07 -07:00
parent ec332cf903
commit 7f7216be6e
7 changed files with 314 additions and 322 deletions

10
public/less/_editor.less Normal file
View File

@@ -0,0 +1,10 @@
.CodeMirror {
font: 14px Consolas, "Liberation Mono", Menlo, Courier, monospace;
&.cm-s-default {
border-radius: 3px;
padding: 0 !important;
}
.cm-comment {
background: inherit !important;
}
}

View File

@@ -326,11 +326,6 @@
}
}
.CodeMirror.cm-s-default {
border-radius: 3px;
padding: 0 !important;
}
.commit-form-wrapper {
padding-left: 64px;
.commit-avatar {

View File

@@ -5,6 +5,7 @@
@import "_install";
@import "_form";
@import "_repository";
@import "_editor";
@import "_organization";
@import "_user";
@import "_dashboard";