Bug 399441

Summary: devhelp compiled against xulrunner doesn't seem to pick up css
Product: [Fedora] Fedora Reporter: Martin Stransky <stransky>
Component: devhelpAssignee: Martin Stransky <stransky>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-10-23 14:59:50 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:
Attachments:
Description Flags
fix for this issue, document colors are disabled in devhelp. none

Description Martin Stransky 2007-11-26 13:47:11 UTC
Description of problem:


Version-Release number of selected component (if applicable):


How reproducible:

check pages from /usr/share/gtk-doc/html/<module>/index.html

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Bug Zapper 2008-05-14 04:00:05 UTC
Changing version to '9' as part of upcoming Fedora 9 GA.
More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 2 Martin Stransky 2008-10-23 13:01:14 UTC
CSS is used by devhelp but the background color attribute (for all elements) is ignored, resp. set to white... (file style.css)

  table.navigation#top
  {
    background: #ffeeee;
    border: solid 1px #ffaaaa;
    margin-top: 0;
    margin-bottom: 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 2em;
    z-index: 1;
  }

Comment 3 Martin Stransky 2008-10-23 14:54:13 UTC
Created attachment 321296 [details]
fix for this issue, document colors are disabled in devhelp.

Comment 4 Martin Stransky 2008-10-23 14:59:50 UTC
Hm, seems to be alredy fixed in the rawhide package.