Bug 502126
| Summary: | <simplelist> in html outputs has a border drawn around it | ||
|---|---|---|---|
| Product: | [Community] Publican | Reporter: | Dana Mison <dmison> |
| Component: | publican | Assignee: | Ruediger Landmann <rlandman+disabled> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Joshua Wulf <jwulf> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 2.0 | CC: | jfearn, lcarlon, mmcallis, publican-list |
| Target Milestone: | --- | Keywords: | Documentation |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 1.0 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-11-26 04:52:30 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Adding to the QA run post docs.redhat.com Committed revision 795 with this CSS change. publican-1.2-0.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/publican-1.2-0.fc12 publican-1.2-0.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report. publican-1.2-0.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: <simplelist> in html & html-single output has a border drawn around it, the pdf output doesn't and would be preferred. it appears to be coming from generic table style in overrides.css since there isn't any specific css styling for <simplelist> adding: table.simplelist { border-style: none; } to common.css fixes it. Version-Release number of selected component (if applicable): publican-0.45-0.el5 How reproducible: everytime :-) Steps to Reproduce: 1. add simple list <simplelist type="horiz" columns="2"> <member>Action</member> <member>CorePipelineProvider</member> <member>Emitter</member> ... </simplelist> 2. make html-single-en-US Actual results: List is presented as expected but with a thin border around the outside Expected results: No border Additional info: