Usually the clean way from upgrade point of view and which works whatever is the current skin is to add custom class is a ssx, see http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTutorial (associated with the whole wiki in your use case probably). Either you introduce a new class that should be set in the code macro or you modify "code" css class. On Mon, Dec 22, 2014 at 5:49 PM, Jamal <[email protected]> wrote:
Thanks Thomas,
That's what I was thinking, so my other question was about the best place/way to add the class.
I tried following instructions for customizing the skin, but everything I tried broke the formatting. I'm still not clear on what Flamingo files I need to import before adding custom classes.
I ended up adding some less code in the color theme, but I'd prefer a solution that works with any theme.
Any pointers here would be much appreciated.
Thanks,
Jamal
-- View this message in context: http://xwiki.475771.n2.nabble.com/Line-wrapping-in-Code-Macro-tp7593495p7593... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne