Bug 818141
| Summary: | New web HTML impacts standalone HTML | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Community] Publican | Reporter: | Raphaël Hertzog <raphael> | ||||
| Component: | publican | Assignee: | Jeff Fearn 🐞 <jfearn> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ruediger Landmann <rlandman+disabled> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 3.0 | CC: | rlandman+disabled, rlandman | ||||
| Target Milestone: | 3.0 | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | 3.0.0 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-10-31 03:11:24 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 820023 | ||||||
| Attachments: |
|
||||||
|
Description
Raphaël Hertzog
2012-05-02 10:37:23 UTC
Created attachment 581570 [details]
Patch to fix invalid CSS
This can also be fixed by reversing the 120% and left/right parameters. e.g. - background: url(../images/stock-go-forward.png) 120% right no-repeat; + background: url(../images/stock-go-forward.png) right 120% no-repeat; However, looking at this bug reveals that there was some breakage caused when adding the jquery to the new web site output, to the non-website HTML. I'm going to use this bug to track fixing that as well as the next/previous buttons. I fixed the standalone navigation style, no other bugs sighted. I've just reviewed a sample of 8 books of widely different styles and structures without sighting any weirdness attributable to Publican. Happy to call this verified :) |