Removing links from content.
authorLaury GvR <laury@gaslightmedia.com>
Tue, 25 Aug 2015 21:12:53 +0000 (17:12 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 25 Aug 2015 21:12:53 +0000 (17:12 -0400)
css/print.css

index f030b99..b3dd37c 100644 (file)
@@ -34,4 +34,7 @@ main {
 
 #main-content h1, #main-content h2 {
     clear: both;
-}
\ No newline at end of file
+}
+
+a[href]:after {
+    content: ""; }