OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] Why is italic text not displayed in html files generated from Docbook/Oxygen ?


On 12/12/2014 10:16, Paul Taylor wrote:
On 12/12/2014 09:17, Paul Taylor wrote:
On 11/12/2014 15:56, Sorin Ristache wrote:
Hello,

The WebHelp CSS is missing these two styles which we will add in the next version of Oxygen:


.bold {
    font-weight:bold;
}

.italic {
    font-style:italic;
}


For fixing the problem in the WebHelp transformation in your current Oxygen installation please add these two styles in the following file:

OXYGEN_INSTALL_DIR\frameworks\docbook\xsl\com.oxygenxml.webhelp\oxygen-webhelp\resources\css\webhelp_topic.css
Hi okay I did that but it made no difference, but then in the built webhelp i looked at \webhelp\oxygen-webhelp\resources\css\webhelp_topic.css I found my chnages werent there. Modifying that file and it works as you say, but I double checked \frameworks\docbook\xsl\com.oxygenxml.webhelp\oxygen-webhelp\resources\css\webhelp_topic.css and I have definenttly made that change so why isnt it propgating,

Sorry that does fix it, I was copying an older version of the webhelp into my application
Also how do I fix this for DocBook Html ?
This question remains.

Paul
okay, adding this directly in to the output help.html file works but I dont really want to have to do this everytime i regenerate help

 <style media="screen" type="text/css">
     .bold {
    font-weight:bold;
    }

    .italic {
        font-style:italic;
    }
</style>


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]