diff options
author | Unknwon <u@gogs.io> | 2018-05-30 21:26:03 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2018-05-30 21:26:03 +0800 |
commit | 775919c1299bb78c8f8b4ad498385b086ab33b6f (patch) | |
tree | 23b5cd74717f5972988a8134692eb10e3cba0214 /public/less | |
parent | 702acc06d8a6346aecc9abd9ce1b7f2da7f49e42 (diff) |
mirror: show sync feeds on dashboard (#2017)
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 f530ea5c..3c84b77d 100644 --- a/public/less/_dashboard.less +++ b/public/less/_dashboard.less @@ -72,7 +72,7 @@ .push.news .content ul { font-size: 13px; list-style: none; - padding-left: 10px; + padding-left: 0; img { margin-bottom: -2px; |