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:
@@ -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;
|
||||
}
|
||||
|
||||
+1
-1
Submodule themes/docsy updated: 5d5e6402c9...25f73360dc
Reference in New Issue
Block a user