show/hide this revision's text 4 edited tags
show/hide this revision's text 3 case filed to be evaluated

What's the best way Ability to style wiki ordered and unordered listswithin another defined style?

I've got a custom style for sections of our specs:

p.SectionText { font-size:  12px; text-indent: 1.5em; padding-left: 5em;}

However, if I insert an ordered (or unordered) list within text blocks using that style, the list does not pick up the style, but instead adopts the body style. It looks like this is because FB closes the <p> tag before it inserts the list.

Question is...since the <ol>/<ul> doesn't belong (HTML-wise) to the styled section, how can I still apply that style to the list so that it matches the text section it visually belongs to?

(As a stop gap, I've add a CSS style for <ol>/<ul>, which applies globally.)

Fog Creek Case FC1863618

show/hide this revision's text 2 edited tags
show/hide this revision's text 1