Could we get a margin fix for the forum CSS? Someone is using a nasty star rule to apply margin:0, padding:0 to everything. Apart from that not being a very good way to do things, it kills lists.
Here’s what lists look like right now on the forums
If you just added back the default margining and padding to lists, ahhh!
I just disabled the star-rule for these images; you would obviously want to write a rule like
ol, ul { padding-left:40px; margin:14px 0; }