I'm editing my User:XXX/monobook.CSS because any LI in my navigation bar with multipe A's is displayed over several lines but I want them in one line. I have tried these to no avail:
p-navigation li a { display: inline !important; } p-navigation a { display: inline !important; }
They do not work.
#p-navigation a { display: inline !important; }
works for me (note the first character, which says that "p-navigation" is an id).
I also cannot pinpoint in which CSS file these are set to display: block
On the English Wikipedia, it's in http://en.wikipedia.org/skins-1.5/monobook/main.css
Jitse