diff options
author | Adam Strzelecki <ono@java.pl> | 2015-12-07 21:20:54 +0100 |
---|---|---|
committer | Adam Strzelecki <ono@java.pl> | 2015-12-07 21:20:54 +0100 |
commit | dd8a06a397e26c46639eba1313102560dfa49c95 (patch) | |
tree | f300594e04f36886baba6f0e08311bed7f48b09e /public/less/_organization.less | |
parent | 4e0c697aaf29ce6911b9e6ade36c50f619363adc (diff) | |
download | gitea-dd8a06a397e26c46639eba1313102560dfa49c95.tar.gz gitea-dd8a06a397e26c46639eba1313102560dfa49c95.zip |
LESS: Use tabs for indent in all files
This does not change any content and generated gogs.css is still the same.
Diffstat (limited to 'public/less/_organization.less')
-rw-r--r-- | public/less/_organization.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/less/_organization.less b/public/less/_organization.less index 3fa54b6eb3..4ad3b1dad0 100644 --- a/public/less/_organization.less +++ b/public/less/_organization.less @@ -92,7 +92,7 @@ } .ui.button { margin-left: 5px; - margin-top: -3px; + margin-top: -3px; } } } @@ -154,4 +154,4 @@ } } } -}
\ No newline at end of file +} |