diff options
author | kolaente <k@knt.li> | 2019-07-18 19:04:28 +0200 |
---|---|---|
committer | techknowlogick <techknowlogick@gitea.io> | 2019-07-18 13:04:28 -0400 |
commit | be9d67f8876eef577925e4ca8458aa72fcc822e5 (patch) | |
tree | ec62555fa570748877f674022173c9d7feab23e0 /public/less | |
parent | 3cba42c43d8dbe9d611a787c72fe32054efa8a30 (diff) | |
download | gitea-be9d67f8876eef577925e4ca8458aa72fcc822e5.tar.gz gitea-be9d67f8876eef577925e4ca8458aa72fcc822e5.zip |
Added total count of contributions to heatmap (#7517)
* Added total count of contributions to heatmap
Signed-off-by: kolaente <k@knt.li>
* make css
Signed-off-by: kolaente <k@knt.li>
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_base.less | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/less/_base.less b/public/less/_base.less index b9d9c88da5..ddf174cf47 100644 --- a/public/less/_base.less +++ b/public/less/_base.less @@ -842,6 +842,12 @@ footer { display: none; } } + + .total-contributions { + text-align: left; + font-weight: 500; + margin-top: 0; + } } .heatmap-color-0 { |