Merge pull request #23185 from sftim/20200816_do_not_print_announcements

Suppress printing any announcements
This commit is contained in:
Kubernetes Prow Robot 2020-09-03 15:59:40 -07:00 committed by GitHub
commit 5371b7fd8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
@media print {
/* Do not print announcements */
#announcement, section#announcement, #fp-announcement, section#fp-announcement {
display: none;
}
}
.announcement.content {
margin-bottom: 0px;
}