From 59439da702992106ca04efbfe598899c9e4f22ee Mon Sep 17 00:00:00 2001 From: idk <hankhill19580@gmail.com> Date: Thu, 13 May 2021 11:51:00 -0400 Subject: [PATCH] bump infodiv on slide four of /welcome 2% further to the right --- apps/routerconsole/jsp/themes/console/light/console.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/routerconsole/jsp/themes/console/light/console.css b/apps/routerconsole/jsp/themes/console/light/console.css index 609fdcead3..0ea503cbb5 100644 --- a/apps/routerconsole/jsp/themes/console/light/console.css +++ b/apps/routerconsole/jsp/themes/console/light/console.css @@ -2541,7 +2541,7 @@ td { #infodiv { position: absolute; - left: 31%; + left: 33%; width: 31%; top: 25%; box-shadow: inset 0 0 0 1px #fff; -- GitLab