Issue Type: Bug Bug
Assignee: Unassigned
Attachments: AeroGear Site Issue.png
Components: site
Created: 11/Nov/13 11:09 AM
Description:

Now bullets are not shown on the site because the way asciidoc renders list in combination with our stylesheet

for example http://aerogear.org/docs/guides/aerogear-cordova/CordovaSetup/

includes a lots of lists without any bullets. The lists are rendered with listitem (li) and then a paragraph (p) inside them. This is allowed in html, but our stylesheet has a overflow hidden so that we can abbreviate when the paragraph doesn't fit the the designated content. As a bonus this will not show the bullets on the list items.

Solution add the following rule to the css:

li > p

{ overflow: initial; }
Project: AeroGear
Priority: Major Major
Reporter: Erik Jan de Wit
Security Level: Public (Everyone can see)
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira