Loading...
 
Features / Usability

Features / Usability


Re: Wiki Paragraph formatting breaks module titles

posts: 4656 Japan

For some reason (I didn't look at the code yet), the text in the user module title gets put in paragraph tags when wiki paragraph formatting is activated (maybe due to where the line breaks come in the code).

This should fix the problem. Add this CSS rule:

span.moduletitle p {margin-top: 0; margin-bottom: 0;}

You can make a file styles/custom.css with just that rule, and it will be used, or you can add the rule to styles/business.css or styles/layout/layout.css, etc., or you can put it in the custom CSS textarea under the Miscellaneous tab of Admin Look and Feel. The last option is the easiest, and I just tested that it works. This will be fixed in the next release; thanks for pointing out the problem.

-- Gary

There are no comments at this time.