diff options
author | Unknwon <u@gogs.io> | 2015-08-16 00:05:15 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-16 00:05:15 +0800 |
commit | 77ade6855d1ac737be1c894812b15dabeb1dcbde (patch) | |
tree | 7ed794f944752f13cda2e9c54e5b353906f27b46 /public/less/_base.less | |
parent | a8a299275841765207a9ef2b98ae1adcb70c46ba (diff) | |
download | gitea-77ade6855d1ac737be1c894812b15dabeb1dcbde.tar.gz gitea-77ade6855d1ac737be1c894812b15dabeb1dcbde.zip |
fix style and locale name
Diffstat (limited to 'public/less/_base.less')
-rw-r--r-- | public/less/_base.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/less/_base.less b/public/less/_base.less index 8a460d7d62..b834de8fe7 100644 --- a/public/less/_base.less +++ b/public/less/_base.less @@ -115,7 +115,7 @@ img { } footer { - margin-top: @footer-margin!important; + margin-top: @footer-margin+14px!important; height: @footer-margin; background-color: white; border-top: 1px solid #d6d6d6; |