From 4c745859d0cfb63fde1880dfdcfe027dc46e986b Mon Sep 17 00:00:00 2001 From: barney-heatwave Date: Sun, 21 Jun 2020 23:19:50 +0100 Subject: [PATCH] Fix broken CSS & JS for FYI box --- click.js | 3 +++ style.css | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/click.js b/click.js index 0170b39..731e3ec 100644 --- a/click.js +++ b/click.js @@ -113,6 +113,9 @@ function toPage(frompage, topage) { case 'azprog': $('main').addClass('bground2'); break; + case 'azent': + $('main').addClass('bground2'); + break; } } diff --git a/style.css b/style.css index e8c5962..42eee98 100644 --- a/style.css +++ b/style.css @@ -73,6 +73,10 @@ main { width: 87%; } +.menulisting#azent { + width: 87%; +} + .menulisting { width: 65%; height: 410px;