Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vincerubinetti committed Feb 8, 2021
1 parent d4e1895 commit dd2d243
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build/plugins/scite.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<script>
// start script
function start() {
// if printing, exit and don't show badges
// if printing, exit and don't run badges
if (window.matchMedia("print").matches) return;

// get citation elements
Expand Down Expand Up @@ -53,4 +53,10 @@
text-indent: 0;
margin-top: 10px;
}

@media print {
.scite-badge {
display: none;
}
}
</style>

0 comments on commit dd2d243

Please sign in to comment.