Skip to content

Commit

Permalink
Merge pull request #854 from nyoronjp/develop
Browse files Browse the repository at this point in the history
Improve print stylesheet
  • Loading branch information
koda-masaru authored Sep 15, 2017
2 parents eb1f6f5 + 162026c commit f27a302
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 f27a302

Please sign in to comment.