From 376a629c9f99893f341e76163e9b61273dd32c28 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sun, 17 Jun 2018 22:18:41 +0800 Subject: repo: add changes to repository avatar feature (#5221) --- public/less/_base.less | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'public/less/_base.less') diff --git a/public/less/_base.less b/public/less/_base.less index 1f3b0c88..4f4c1ed5 100644 --- a/public/less/_base.less +++ b/public/less/_base.less @@ -388,6 +388,10 @@ footer { text-align: center; } +.no-padding-left { + padding-left: 0 !important; +} + .generate-img(16); .generate-img(@n, @i: 1) when (@i =< @n) { .img-@{i} { -- cgit v1.2.3