From 4c436406728a374fd4b0205e7f6f6a6b17d6f985 Mon Sep 17 00:00:00 2001 From: Cedric Spindler Date: Wed, 4 Sep 2019 11:37:24 +0200 Subject: Implement half with table style --- css/local.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'css') diff --git a/css/local.css b/css/local.css index 2c31056b..0857685f 100755 --- a/css/local.css +++ b/css/local.css @@ -9,3 +9,10 @@ .urlwordbreakall { word-break: break-all; } +table.half-width-img th { + width: 50%; +} +table.half-width-img th { + width: 100%; + height: auto; +} -- cgit v1.2.1