Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
Summary: when built to html, Articles present <itemizedlist>s in default fashion in contrast to Books, which use custom (and prettier and easier to read) presentation https://bugzilla.redhat.com/show_bug.cgi?id=588999 Summary: when built to html, Articles present <itemizedlist>s in default fashion in contrast to Books, which use custom (and prettier and easier to read) presentation Product: Red Hat Enterprise Linux 5 Version: 5.5 Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: publican AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] CC: [email protected] Classification: Red Hat Target Release: --- Description of problem: When the following is used in an Article: <itemizedlist> <listitem> <para> Words of wisdom here. </para> </listitem> <listitem> <para> And nonsense here. </para> </listitem> </itemizedlist> and built to html, the resultant unordered list (<ul>, with <li class="listitem">) presents in default fashion. eg: <http://documentation-stage.bne.redhat.com/docs/en-US/vSeven/1.1/html/Technical_Notes/>. Use the same markup in a Book and the custom css makes the list prettier and easier to read. eg the list below ‘Enhanced C++ support‘ at <http://documentation-stage.bne.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5.5/html/Release_Notes/ar01s06.html> Version-Release number of selected component (if applicable): 1.6 How reproducible: Always Steps to Reproduce: See problem description above Actual results: default css used on transformed itemizedlist markup in Articles. Desired results: custom css used on transformed itemizedlist markup in Articles (equivalent behaviour to itemized list markup in Books). -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ publican-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/publican-list Wiki: https://fedorahosted.org/publican
