Originally created by: wladid
After the producution push yesterday (2011-05-18), I noticed some CSS restrictions.
Especially in lists with paragraphs (wiki pages/homepage).
Paragraphs had already padding-bottom 13px and now additionally margin-bottom 20px
=> 33px of trailing white space on each p!
Originally by: wladid
Diff:
Last edit: Anonymous 2015-02-28
Seems to me the actual problem here is paragraphs within lists.
When a paragraph existed as a top-level element in markdown content, it used to have no margin whatsoever, leading multiple paragraphs to run together. Consequently the 20px bottom margin is very intentional.
I think our best approach is to keep the 20px bottom margin but tweak rules as needed to ensure consistent spacing. In this case, I'd add something like:
sftheme:ka/2144
To QA, setup a wiki page with the following Markdown:
* <p>Testing paragraphs within a list.</p>
<p>This is a second paragraph within the same list item.</p>
* A second list item.
* A third list item.
There should be no padding or margin around the paragraphs, similar to normal list items.
The change looks good, but it should also be made in the allura theme css.
Changes sync'd over to Allura's theme.