From 1d058f4641de845643c33dfc2c5edcbb087dd312 Mon Sep 17 00:00:00 2001 From: clinton Date: Wed, 28 Jan 2009 21:21:04 +0000 Subject: [PATCH 1/1] Remove the trailing space in the printed link style --- default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ">"; } } -- 2.20.1