diff options
Diffstat (limited to 'public/less/_base.less')
-rw-r--r-- | public/less/_base.less | 4 |
1 files changed, 4 insertions, 0 deletions
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} { |