summary refs log tree commit diff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/style.css b/style.css
index 0d5c6f8..dd14358 100644
--- a/style.css
+++ b/style.css
@@ -69,7 +69,6 @@ li p {
 
 .skills dd {
 	display: inline-block;
-	border-bottom: 1px dashed gray;
 }
 
 @media screen {
@@ -80,11 +79,11 @@ li p {
 }
 
 @media print {
-	nav, footer { display: none }
+	nav, footer, .no-print { display: none }
 	dl, p, li {
 		font-size: 0.9em;
 	}
-	a:not(.no-print)::after { content: " (" attr(href) ")"; }
+	a:not(.link-no-print)::after { content: " (" attr(href) ")"; }
 	.verbatim-print { font-family: monospace; }
 	a::after {
 		font-family: monospace;