From 05684471913aee3b3289b90072c6f55d630e7225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Pu=C5=A1nik?= Date: Thu, 1 Oct 2015 23:51:40 +0200 Subject: block description fix; hint img centered; --- css/codeq/hint.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'css/codeq') diff --git a/css/codeq/hint.css b/css/codeq/hint.css index 66313b7..00614ca 100644 --- a/css/codeq/hint.css +++ b/css/codeq/hint.css @@ -12,4 +12,8 @@ div:not(.hint-static-group) > div.hint-static { .hint-static img { max-width: 80%; + /* center img trick */ + display: block; + margin-left: auto; + margin-right: auto; } -- cgit v1.2.1