From 525bbc33865a5251467da7bbca81e23813a8de22 Mon Sep 17 00:00:00 2001 From: rahul21 Date: Mon, 25 Mar 2013 01:30:46 +0530 Subject: [PATCH] (Bug 23472) Removed undesirable space after external link url in printout Change-Id: I76359866019b8bb5442f973b1daf95ae989779fb --- skins/common/commonPrint.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/common/commonPrint.css b/skins/common/commonPrint.css index 6cb213f2a6..02297448a9 100644 --- a/skins/common/commonPrint.css +++ b/skins/common/commonPrint.css @@ -191,7 +191,7 @@ a:link, a:visited { #content a.external.text:after, #content a.external.autonumber:after { /* Expand URLs for printing */ - content: " (" attr(href) ") "; + content: " (" attr(href) ")"; } #globalWrapper { -- 2.20.1