Contribute problems displaying lists
For French site, started by testing the connection keys to make sure they'd work. In doing that I discovered that the professor pages and dt dd elements, which Contribute can't deal with, so I changed all those to ul and li elements. Contribute indented each li relative to the one before it, making the page illegible. It did the same thing with lists created in Contribute. So, I decided to make the lists of publications simply p tags.
Also added some rules to the css and modified the specifiers for a couple of existing rules. The rules for plain ul and li tags generated styles suitable for the nav bar but not for body content, so I added a specifier to those rules to apply them only in the nav bar object. I added a couple of rules specifically to handle list of li items and p tags in the prof_stuff div, which appears only in the professor pages.
Also tested the keys for the professors to make sure they had the right capabilities - had to add "allow user to publish" to a couple of them.