From 8138b52ff8a89869680f917b364b3da05579a604 Mon Sep 17 00:00:00 2001 From: Isarra Date: Mon, 26 Aug 2019 19:12:54 +0000 Subject: [PATCH] Remove extra padding on thumbcaptions Plenty of padding already in the thumb itself. Change-Id: I063341cbfd3fd71ef272ebd8dcd3ff335b9678ca --- resources/screen-common.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/screen-common.less b/resources/screen-common.less index 15e691a..4136453 100644 --- a/resources/screen-common.less +++ b/resources/screen-common.less @@ -607,7 +607,7 @@ ul { .thumbcaption { font-size: 95%; - padding: 0.5em 1em; + padding: 0.5em 0 0; } .thumbinner .thumbimage,