Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add semantic HTML to overall analytics and panel wrappers #2750

Merged
merged 18 commits into from
Feb 3, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Reset "Bright" theme "Last Updated" label to use Boostrap colors
heyainsleymae committed Dec 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit d521d190340d869dc782a9825c8dbaddbc17fe92
1 change: 0 additions & 1 deletion resources/css/app.css
Original file line number Diff line number Diff line change
@@ -27,7 +27,6 @@ h3 {
.page-header #last-updated {
margin: 0;
font-size: 1.35rem;
background-color: navy;
}
.pagination {
margin: 5px 0;
2 changes: 1 addition & 1 deletion src/output.c
Original file line number Diff line number Diff line change
@@ -288,7 +288,7 @@ print_html_body (FILE * fp, const char *now)
"<div class='container hide'>"
"<header class='page-header'>"
"<h1><i class='fa fa-tachometer' aria-hidden='true'></i> %s</h1>"
"<p id='last-updated' class='label' aria-live='polite' aria-atomic'true' style='display:%s'>%s: <span>%s</span></p>", T_DASH, conf.no_html_last_updated ? "none" : "block", INFO_LAST_UPDATED, now);
"<p id='last-updated' class='label label-info' aria-live='polite' aria-atomic'true' style='display:%s'>%s: <span>%s</span></p>", T_DASH, conf.no_html_last_updated ? "none" : "block", INFO_LAST_UPDATED, now);

fprintf (fp,
"<p class='report-title'>%s</p>"