From 6bc1542ea93cdc5b8803545e3075b9956a34d602 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 25 Aug 2015 17:12:53 -0400 Subject: [PATCH] Removing links from content. --- css/print.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/print.css b/css/print.css index f030b99..b3dd37c 100644 --- a/css/print.css +++ b/css/print.css @@ -34,4 +34,7 @@ main { #main-content h1, #main-content h2 { clear: both; -} \ No newline at end of file +} + +a[href]:after { + content: ""; } -- 2.17.1