bullets/lists not rendering right on wiki?

Karsten Wade kwade at redhat.com
Sat Mar 10 16:46:26 UTC 2007


On Sat, 2007-03-10 at 11:02 -0500, Sam Folk-Williams wrote:
> On 03/10/07 10:49 -0500 Sam Folk-Williams wrote:
> > Hi,
> > 
> > I'm noticing that the syntax for bullets and numbered lists seems no longer to
> > be working as expected. I wonder if this is due to the template change?
> > 
> > For example, see http://fedoraproject.org/wiki/FedoraXenQuickstartFC6
> > 
> > Under the "system requirements" section, for instance, has the right syntax in
> > the raw text:
> > 
> >  * bullet
> >  * syntax
> >  * as such
> > 
> > But it renders as an indent with extra spaces between each line. Is this a
> > known issue?
> OK this looks like a bug with the Kind of Blue template....

It looks as if the CSS is calling a PNG that is not appearing for some
reason:

I see two different styles when looking at the CSS with the Web
Developer extension, but only (ii) appears in
http://fedoraproject.org/wikidata/kindofblue/css/screen.css:


(i)
*|#page *|ul *|li (line 686)

{
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	padding-left: 1.7em;
	margin-bottom: 1.3em;
}

(ii)
#page ul li {
	list-style: none;
	background: transparent
url('http://fedoraproject.org/wiki/WikiGraphics?action=AttachFile&do=get&target=blue-bullet.png') circle;
	padding-left: 1.7em;
	margin-bottom: 1.3em;
}

So, the additional line space is the margin-bottom: 1.3em.  The indent
is the left padding.  But there is supposed to be an image (and you can
reach it with that URL) but it doesn't show up on the page.

Maybe we should move the bullet to wikidata/kindofblue/images?

- Karsten
-- 
Karsten Wade, RHCE, 108 Editor    ^     Fedora Documentation Project 
 Sr. Developer Relations Mgr.     |  fedoraproject.org/wiki/DocsProject
   quaid.108.redhat.com           |          gpg key: AD0E0C41
////////////////////////////////// \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://listman.redhat.com/archives/fedora-docs-list/attachments/20070310/f3a9c9d7/attachment.sig>


More information about the fedora-docs-list mailing list