Skip to content

Commit 4c74585

Browse files
committed
Fix broken CSS & JS for FYI box
1 parent 7b273a6 commit 4c74585

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

click.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ function toPage(frompage, topage) {
113113
case 'azprog':
114114
$('main').addClass('bground2');
115115
break;
116+
case 'azent':
117+
$('main').addClass('bground2');
118+
break;
116119
}
117120

118121
}

style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ main {
7373
width: 87%;
7474
}
7575

76+
.menulisting#azent {
77+
width: 87%;
78+
}
79+
7680
.menulisting {
7781
width: 65%;
7882
height: 410px;

0 commit comments

Comments
 (0)