From: clinton Date: Wed, 28 Jan 2009 21:21:04 +0000 (+0000) Subject: Remove the trailing space in the printed link style X-Git-Url: https://git.hcoop.net/clinton/website/site/unknownlamer.org.git/commitdiff_plain/1d058f4641de845643c33dfc2c5edcbb087dd312?hp=979a800285b9af437f61d97ec9ec67d2c7fae859 Remove the trailing space in the printed link style --- diff --git a/default.css b/default.css index 2aacc69..f87aa83 100644 --- a/default.css +++ b/default.css @@ -147,7 +147,7 @@ a:visited { a[href]:after { - content: " <" attr(href) "> "; + content: " <" attr(href) ">"; } }