On en: there is this _ugly_ message like "Retrieved from "http://en.wikipedia.org/wiki/Nauri_language""
Force a reload to update your stylesheet.
Like many others, my browser is altogether ignorant of stylsheets, and thus the Wikipedia markup fancies that I must be viewing the page on paper. Why is this? In particular:
<div class="printfooter">Retrieved from "<a href="http://en.wikipedia.org/wiki/Gospel_of_Mark"> http://en.wikipedia.org/wiki/Gospel_of_Mark</a>"</div>
Rather than selectively hiding elements from print media, why not generate these using content: selectors? The message above is perfectly suited to this, as while browsers will not interpolate markup generated as a result of said selectors, the markup used in this example is pointless anyway -- unless, of course, you've come up with a method of following hyperlinks on a printed page.
-- brion vibber (brion @ pobox.com)