Customize -i18n-en.css in DITA OT plugin way
Posted: Wed Aug 28, 2019 1:35 am
Hi experts,
I have one requirement that want to customize the
such like adding some new lines for new DTD elements:
is there any way to customize this file in the DITA OT plugin way? could you please give me some guide on this? Thanks a lot.
I have one requirement that want to customize the
Code: Select all
OXYGEN_INSTALL_DIR\frameworks\dita\css\core\-i18n-en.css
Code: Select all
*[class ~= "task/limitation"]:before {
content: "Limitation: ";
}
@media print {
*[class ~= "task/limitation"]:before {
content: none;
}
}