Jean Jordaan wrote: > > I want to tweak ./addon/config/docbook/xsl/css/html.css > I'm guessing that this involves adding a file in ~/.xxe/addon/ > but I'm not sure where it should be put. What I'd like to do > is '@import "the-original.../html.css"' and add rules of my own. >
See "Customizing an existing configuration" http://www.xmlmind.com/xmleditor/_distrib/doc/configure/customizing.html and more specifically "Custom CSS style sheet" http://www.xmlmind.com/xmleditor/_distrib/doc/configure/custom_css.html --- @import url(xxe-config:xhtml/css/xhtml.css); ...Your rules here... ---

