Skip to content

Commit 5371b7f

Browse files
authored
Merge pull request #23185 from sftim/20200816_do_not_print_announcements
Suppress printing any announcements
2 parents 6f628b0 + b5beb4c commit 5371b7f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

static/css/announcement.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
@media print {
2+
/* Do not print announcements */
3+
#announcement, section#announcement, #fp-announcement, section#fp-announcement {
4+
display: none;
5+
}
6+
}
7+
18
.announcement.content {
29
margin-bottom: 0px;
310
}

0 commit comments

Comments
 (0)