From dae2b412055a5d04579c7adbcd44b110fb7d1304 Mon Sep 17 00:00:00 2001 From: "kts of kettek (nanomo)" Date: Thu, 9 Aug 2018 03:36:30 -0700 Subject: [PATCH] Add left margin to tables --- wiki/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/wiki/style.css b/wiki/style.css index f38a740..27e66eb 100644 --- a/wiki/style.css +++ b/wiki/style.css @@ -363,6 +363,7 @@ hr { } table { width: 75%; + margin-left: 4em; background-color: rgba(200, 200, 200, 0.2); box-shadow: 0 0 3px #111; }