Yes, this worked for me, thank you! Interesting that it had to be specified like this, though--one would've thought that just specifying #privacy, rather than #privacy a, would've caused the element with id="privacy" to be hidden, regardless of the fact that it contains an "a" tag. Anyone with more knowledge of CSS than myself care to comment on this?
Cheers, Ken
Alex wrote:
li#privacy a{ display: none; }
or
#privacy a{ display: none; }
work (while #privacy alone doesn't for me either)
Ken McDonald a écrit :
Thanks to the helpful comment of another group user, I tried placing the following in the "main.css" file of the monobook skin folder:
#privacy { display: none; }
My skin is definitely set to monobook, and my browser is Firefox 1.5.0.4 on OS X. From viewing the page source and reading my CSS book, I've concluded that this should indeed hide the "display" link--but it doesn't. Anyone know what might be going wrong?
Thanks, Ken
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l