Author Topic: Error in the CSS of DocumentationCompiler  (Read 3721 times)

Offline Andres.Pozo

  • PTeam Member
  • PixInsight Padawan
  • ****
  • Posts: 927
Error in the CSS of DocumentationCompiler
« on: 2013 June 09 04:33:27 »
I am trying to add an ordered list to the documentation of a script but it doesn't work.
The code is:
Code: [Select]
   \list[ordered]
   {
      { ..... }
   }

I have analyzed this problem and I have found a bug in the CSS of DocumentationCompiler. It assigns the style "list-style-type: square" to both <ul> and <ol>.
This can be found in pidoc-common.css:
Code: [Select]
ul, ol {
   position: relative;
   left: 1em;
   padding-left: 1em;
   margin-top: 1.1em;
   margin-bottom: 1.1em;
   list-style-position: outside;
   list-style-type: square;
}

Offline Andres.Pozo

  • PTeam Member
  • PixInsight Padawan
  • ****
  • Posts: 927
Re: Error in the CSS of DocumentationCompiler
« Reply #1 on: 2013 December 26 04:28:35 »
This bug is still not fixed in the version 1.5 of DocumentationCompiler.

Offline Juan Conejero

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 7111
    • http://pixinsight.com/
Re: Error in the CSS of DocumentationCompiler
« Reply #2 on: 2014 January 07 03:56:21 »
This bug is now fixed in build 1073. I apologize for overlooking this bug fix in the previous release.
Juan Conejero
PixInsight Development Team
http://pixinsight.com/