From f2fa2ff68765ef6846ec218e5ad5e3564fa10a90 Mon Sep 17 00:00:00 2001 From: Christian Montoya Date: Wed, 29 Sep 2010 16:13:34 -0400 Subject: [PATCH] Added explanations to print.css --- blueprint/src/print.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/blueprint/src/print.css b/blueprint/src/print.css index bbc7948a..5db0e65c 100755 --- a/blueprint/src/print.css +++ b/blueprint/src/print.css @@ -72,6 +72,13 @@ a:link, a:visited { text-decoration: underline; } +/* + This has been the source of many questions in the past. This + snippet of CSS appends the URL of each link within the text. + The idea is that users printing your webpage will want to know + the URLs they go to. If you want to remove this functionality, + comment out this snippet and make sure to re-compress your files. + */ a:link:after, a:visited:after { content: " (" attr(href) ")"; font-size: 90%;