From: Laury GvR Date: Tue, 25 Aug 2015 21:12:53 +0000 (-0400) Subject: Removing links from content. X-Git-Tag: v1.0^2~12 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=6bc1542ea93cdc5b8803545e3075b9956a34d602;p=WP-Themes%2Fnorthernlakes.git Removing links from content. --- 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: ""; }