@charset "utf-8";

/* -- writes the href attribute of a link next to the link text -- */
a[href]:after { content: " (" attr(href) ") "; font-size: 90%; }

/* -- concatenates any href beginning with "/" (server root url) with it's corresponding domain   -- */
a[href^="/"]:after { content: " (http://versantsolutions.com" attr(href) ") "; }

img { display: none; }

