Skip to content

Commit

Permalink
fix(ui.css): remove UI when printing (closes #1196)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres authored and Marcos Cáceres committed Jun 14, 2017
1 parent b677b11 commit 3bd599a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions js/ui/ui.css
Expand Up @@ -394,3 +394,9 @@ p + .respec-button-copy-paste {
display: block;
color: #006621;
}

@media print {
#respec-ui {
display: none;
}
}

0 comments on commit 3bd599a

Please sign in to comment.