Re: [xwiki-users] Question regarding changing default format of Numbered Lists
Hi, You can use a SSX object to overwriting CSS instruction: http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTutorial#HMi... On my xwiki I use this extension: http://extensions.xwiki.org/xwiki/bin/view/Extension/Numbered+Headings I modified the SSX object to displaynumbered lists like this: A. Item One A.1. Sub-Item 1 A.1.1 Sub-Sub Item 1 If you want I can send you my CSS code. Pascal B -------------------------------------------- En date de : Ven 5.8.16, rlarkin <[email protected]> a écrit : Objet: [xwiki-users] Question regarding changing default format of Numbered Lists À: [email protected] Date: Vendredi 5 août 2016, 18h06 Hello- I am a new user and I have a question regarding changing the default method of numbering used for numbered lists. I am attempting to use xwiki to store our company policy, which as of now is kept in a series of individual documents. The difficulty is that management is insistent that I maintain the current numbering schema used for numbered lists which is in the format: A. Item One 1. Sub-Item 1 a. Sub-Sub Item 1 While I can do so manually using the xwiki syntax this is a great deal of work when dealing with dozens of lists within hundreds of policies. In addition I would like to make it as easy as possible for whomever comes after me. I believe that the css code for something like this would be something along the lines of: ol {list-style-type:upper-alpha;} ol ol {list-style-type:decimal;} ol ol ol {list-style-type:lower-alpha;} but I am uncertain as to whether this is the proper method of implementing this change, and if so am uncertain as to where that code would go. Any help would be appreciated. -- View this message in context: http://xwiki.475771.n2.nabble.com/Question-regarding-changing-default-format... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (1)
-
Pascal BASTIEN