From d9ba2d47d9cc5ae2d8338c997187f35b88e66c98 Mon Sep 17 00:00:00 2001 From: Jack Phoenix Date: Sun, 31 Mar 2019 19:58:46 +0300 Subject: [PATCH] Properly center framed thumbnail images Bug: T219717 Change-Id: I3a96ee7ab91a520258a1543236e7885f191aa82b --- resources/screen-common.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/screen-common.less b/resources/screen-common.less index 288a6be..b3ce8f5 100644 --- a/resources/screen-common.less +++ b/resources/screen-common.less @@ -510,6 +510,9 @@ ul { .thumbinner { .box; padding: 0.75em; + /* Properly center framed thumbnail images (T219717) */ + margin-left: auto; + margin-right: auto; } .thumbcaption {