Hello,

What you see is the expression of the following style sheet (see file
"print.css"):

a:link:after, a:visited:after {*content:" (" attr(href) ")";*font-size:90%;}

You have two solutions:

   1. You can change the content of the CSS file "print.css" : Replace the
   class by "a:link:after, a:visited:after {font-size:90%;}"
   2. Or you can "overwrite" these properties : Add "a:link:after,
   a:visited:after {font-size:90%;}" *AFTER* the inclusion of the file
   "print.css".


Regards,

Denis







2011/3/7 byrnejb <[email protected]>

> I am just beginning to look at blueprint for our RoR project.  I am
> not a layout person and my knowledge of css is perfunctory.   I
> installed Blueprint and added the compressed css files to the
> application layout view. Now all our links are displaying both the
> link text and the href url value.  I would like to turn off the latter
> but cannot seem to find where, or how, this is accomplished.  I have
> looked at various Blueprint specific resources but none of them
> discuss this behaviour so I wonder if I have done something wrong.
>
> How can I turn off displaying the href url value in all of my links?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Blueprint CSS" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/blueprintcss?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Blueprint CSS" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/blueprintcss?hl=en.

Reply via email to