diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-02-19 17:25:50 +0800 |
---|---|---|
committer | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-02-19 17:32:56 +0800 |
commit | ea75f01ba2e8ba97d3ca101db3a844c76c49d737 (patch) | |
tree | 5a724201264c73339d3c0813db25776220d0e8d9 /public/less | |
parent | 3a2b2de8141b5843892e64f9c165c1d7afb3724a (diff) |
admin: show all version in dashboard
And removed version info from footer.
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_admin.less | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/public/less/_admin.less b/public/less/_admin.less index 33928936..6a1c4227 100644 --- a/public/less/_admin.less +++ b/public/less/_admin.less @@ -28,7 +28,11 @@ } } } - } + } + + code { + color: #db2828; + } &.user { .email { @@ -37,7 +41,7 @@ } dl.admin-dl-horizontal { - padding: 20px; + padding: 10px 15px; margin: 0; dd { @@ -65,9 +69,6 @@ background-color: #f7f7f7; padding: 5px; } - code { - color: #db2828; - } .log-config { table tbody tr td { &:first-child { |