Difference between 17 and 17.1

Post here questions and problems related to editing and publishing DITA content.
Raga Mounika
Posts: 49
Joined: Mon Mar 28, 2016 3:54 pm

Difference between 17 and 17.1

Post by Raga Mounika »

Hi Team,

Are there any CSS related changes between oXygen17 and oXygen17.1?
Because I have inserted a dropdown in oXygen17.1 with a font size and font family.I use the same code in oXygen 17 and output varies to oXygen 17.1

Code: Select all

*[class~="task/ex"]:before(5){
content : oxy_combobox(edit , "@outputclass" , editable , false , values , ", cause, tools" , columns , 8,fontInherit,true);
font-family:arial, helvetica, sans-serif;
font-size:8px;
}
Regards,
Mounika
alex_jitianu
Posts: 1009
Joined: Wed Nov 16, 2005 11:11 am

Re: Difference between 17 and 17.1

Post by alex_jitianu »

Hi Mounika,

I think that what changed in this case were the built-in DITA CSSs. I suggest to start both versions and use theCSS Inspector to see what rules apply in both versions. You should be able to identify the additional rule (or change) introduced in 17.1 that doesn't interact well with your customization.

Best regards,
Alex
Post Reply