Suppress printing any announcements

When people print the documentation, omit any configured announcement.

Co-authored-by: Celeste Horgan <celeste@cncf.io>
This commit is contained in:
Tim Bannister
2020-08-16 22:54:03 +01:00
parent fc3a6220bf
commit b5beb4cded
2 changed files with 8 additions and 1 deletions
+7
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;
}