diff options
author | Unknwon <u@gogs.io> | 2017-02-24 16:27:24 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-02-27 22:47:33 -0500 |
commit | 70072e2842ba01f24ecc7932a65803f61f701827 (patch) | |
tree | 2f2bef29cac282ae2b38f97155407718117d3c06 /public/less | |
parent | f0086e66aef31573c7f00e0c3cd7725fb6d65f5c (diff) |
dashboard: add delete branch and tag news feeds
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_dashboard.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/less/_dashboard.less b/public/less/_dashboard.less index f0c98bfa..f530ea5c 100644 --- a/public/less/_dashboard.less +++ b/public/less/_dashboard.less @@ -86,7 +86,7 @@ font-family: Consolas, monospace; } code { - padding: 1px; + padding: 3px; font-size: 85%; background-color: rgba(0, 0, 0, 0.04); border-radius: 3px; |