<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <blockquote type="cite">Unordered lists (bullets) are being shown as
      ordered lists (numbered).
      That applies even to <a class="moz-txt-link-freetext" href="https://help.ubuntu.com/">https://help.ubuntu.com/</a> where the list of
      releases
      is supposed to be just bullets.</blockquote>
    <br>
    <br>
    I've just had a look at this.<br>
    <br>
    The problem lies in the CSS, which says
    that unordered items belonging to cwt-content must in fact be
    ordered.<br>
    <br>
    The offending line is 1078 in file C.css, which reads as follows:<br>
    <br>
    <blockquote><tt>#cwt-content ol, #cwt-content ul, #cwt-content dl {<br>
            margin-bottom: 8px;<br>
            list-style-type: decimal;<br>
        }</tt><br>
    </blockquote>
    <br>
    Perhaps you can ask whoever is in charge of the CSS to take a look
    at
    that and find out why <i>ul</i> (unordered list) is set to decimal.<br>
    <br>
    Paddy<br>
  </body>
</html>