Skip to content

Commit

Permalink
Fix broken CSS & JS for FYI box
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Jun 21, 2020
1 parent 7b273a6 commit 4c74585
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions click.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ function toPage(frompage, topage) {
case 'azprog':
$('main').addClass('bground2');
break;
case 'azent':
$('main').addClass('bground2');
break;
}

}
Expand Down
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ main {
width: 87%;
}

.menulisting#azent {
width: 87%;
}

.menulisting {
width: 65%;
height: 410px;
Expand Down

0 comments on commit 4c74585

Please sign in to comment.