From: John Benediktsson Date: Sun, 7 Aug 2022 00:50:20 +0000 (-0700) Subject: webapps.wiki: padding-left nav X-Git-Tag: 0.99~1184 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=3fbd8b27e96ca0cafb47853247de5f66782eaa84 webapps.wiki: padding-left nav --- diff --git a/extra/webapps/wiki/wiki.css b/extra/webapps/wiki/wiki.css index 1337974a1b..1a8850470f 100644 --- a/extra/webapps/wiki/wiki.css +++ b/extra/webapps/wiki/wiki.css @@ -129,6 +129,10 @@ footer { width: calc(100% - 200px); } +nav { + padding-left: 10px; +} + nav img { margin: -15px; margin-top: -19px;