Remove the trailing space in the printed link style
authorclinton <clinton@unknownlamer.org>
Wed, 28 Jan 2009 21:21:04 +0000 (21:21 +0000)
committerclinton <clinton@unknownlamer.org>
Wed, 28 Jan 2009 21:21:04 +0000 (21:21 +0000)
default.css

index 2aacc69..f87aa83 100644 (file)
@@ -147,7 +147,7 @@ a:visited
 { 
   a[href]:after
   {
-    content: " <" attr(href) "> ";
+    content: " <" attr(href) ">";
   }
 }