commit f3f0a8d060c5a20da3c360c89eddc0bd0aa2db48 parent b08811e833a21b486be59e631fdfab79a7f5dd48 Author: corndog <cauchyn@firemail.cc> Date: Sat, 23 Mar 2019 17:02:11 -0700 Show where static links go in print view Diffstat:
| M | in/static/style.css | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/in/static/style.css b/in/static/style.css @@ -98,6 +98,15 @@ img.embed.left { * Other */ +@media print { + a[href^="http"]::after { + content: " (" attr(href) ")"; + } + footer { + display: none; + } +} + .bold-on-hover:hover { font-weight: 700; }