Hide the social media links in the printed version of the website.

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1740449 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Felix Schumacher 2016-04-22 06:42:44 +00:00
parent f9451647af
commit 84ee13c94f
1 changed files with 1 additions and 1 deletions

View File

@ -602,7 +602,7 @@ table {
}
@media print {
.nav, .header, .footer, .pagelinks, .go-top {
.nav, .header, .footer, .pagelinks, .go-top, .social-media, .share-links {
display: none;
}