diff options
author | silverwind <me@silverwind.io> | 2017-12-02 20:48:43 +0100 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2017-12-02 21:48:43 +0200 |
commit | d44aa831f32b0be3efde6138d77fbb8f59cda30e (patch) | |
tree | 421352586cc955197e6ed0d0c94640e503a6ce7c /public/less/_editor.less | |
parent | f9db60e3bdc34508b0267e4e74e8a8f8e36989c1 (diff) | |
download | gitea-d44aa831f32b0be3efde6138d77fbb8f59cda30e.tar.gz gitea-d44aa831f32b0be3efde6138d77fbb8f59cda30e.zip |
Convert tabs to spaces in .less files (#3064)
Diffstat (limited to 'public/less/_editor.less')
-rw-r--r-- | public/less/_editor.less | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/public/less/_editor.less b/public/less/_editor.less index 10d6c35f0f..2c87d902f7 100644 --- a/public/less/_editor.less +++ b/public/less/_editor.less @@ -1,12 +1,12 @@ .CodeMirror { - font: 14px Consolas, "Liberation Mono", Menlo, Courier, monospace; - &.cm-s-default { - border-radius: 3px; - padding: 0 !important; - } - .cm-comment { - background: inherit !important; - } + font: 14px Consolas, "Liberation Mono", Menlo, Courier, monospace; + &.cm-s-default { + border-radius: 3px; + padding: 0 !important; + } + .cm-comment { + background: inherit !important; + } } .repository.file.editor .tab[data-tab="write"] { padding: 0 !important; |