Skip to content

Commit

Permalink
Improve print stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
nyoronjp committed Sep 14, 2017
1 parent f3f1a54 commit 162026c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/main/webapp/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -216,3 +216,12 @@ body {
font-size: 18px;
}


@media print {
a[href]:after {
content: ""!important;
}
abbr[title]:after {
content: ""!important;
}
}

0 comments on commit 162026c

Please sign in to comment.