Make sure the media attribute of your link item is set to "print"
<link rel="stylesheet" href="App_Themes/Default/print.css" type="text/css" media="print" />
The CSS that is responsible for this looks something like:
a:link:after, a:visited:after {content:" (" attr(href) ")";font-size:90%;}