Date for release of 12.04 ubuntu-docs
Paddy Landau
paddy at landau.ws
Thu Apr 26 07:30:00 UTC 2012
> Unordered lists (bullets) are being shown as ordered lists (numbered).
> That applies even to https://help.ubuntu.com/ where the list of
> releases is supposed to be just bullets.
I've just had a look at this.
The problem lies in the CSS, which says that unordered items belonging
to cwt-content must in fact be ordered.
The offending line is 1078 in file C.css, which reads as follows:
#cwt-content ol, #cwt-content ul, #cwt-content dl {
margin-bottom: 8px;
list-style-type: decimal;
}
Perhaps you can ask whoever is in charge of the CSS to take a look at
that and find out why /ul/ (unordered list) is set to decimal.
Paddy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-doc/attachments/20120426/a2955467/attachment.html>
More information about the ubuntu-doc
mailing list