Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #3749 from stephaniehobson/1235856-share-print
Browse files Browse the repository at this point in the history
Fix Bug 1235856: Don't print share buttons
  • Loading branch information
openjck committed Jan 13, 2016
2 parents ea830ad + f614321 commit a79caf6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kuma/static/styles/components/share.styl
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@
margin: 0;
bidi-value(padding, 0, 0); /* to over-ride default bidi-value) */
}

@media print {
display: none;
}
}

0 comments on commit a79caf6

Please sign in to comment.