From 38c8ed620b70ccea35aa44609b03f6e7177bc122 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 11 Feb 2020 11:06:06 +0200 Subject: Fix: padding for right-floating imagesx --- local.css | 1 + 1 file changed, 1 insertion(+) diff --git a/local.css b/local.css index 633978b..88c5293 100644 --- a/local.css +++ b/local.css @@ -1,5 +1,6 @@ .float_right { float: right; + padding-left: 2em; } table { -- cgit v1.2.1