WIki and kindofblue

Michael Greifenkamp grfnkmp at uiuc.edu
Thu Mar 1 21:07:14 UTC 2007


I need to go back and look at the entire css file again, but I'm 
guessing that the current problem (that I could still see on your 
example pages) is very closely related.

The problem is that list items that are non-linked don't have a 
margin set for them because the margin is set in the paragraph tag. 
For whatever reason, list items that aren't links are just 
<li>item</i> but list items that have links are <li><p><a 
href="">item</a></p></li>.  The enclosing paragraph tags of the items 
that have links make the formatting for those list items different.

My suggestion, without overstepping my bounds of course, is to fix 
whatever it is that OMITS the <p></p> tags on the list items that 
aren't links, so that they appear as <li><p>item</p></li>.

Otherwise, it should be able to be fixed by making the attributes for 
ordered and unordered list items match the attributes for the 
paragraph tag, so that when the paragraph tag is omitted it still 
formats it the same way (which seems sloppy to me, but I'm new here. 
:)

Mike


>Content-Type: multipart/signed; micalg=pgp-sha1;
>	protocol="application/pgp-signature";
>	boundary="=-ijQRB2fdPCDUEzaqwoi3"
>
>On Fri, 2007-02-23 at 07:55 -0600, Michael Greifenkamp wrote:
>>  Add
>>
>>  margin-bottom: 1.3em;
>>
>>  to #page ul li {
>>
>>  in "screen.css"
>>
>>  (we could probably add line-height: 1.3em; as well, just in case.....)
>>
>>  and that should fix the bullet alignment problem.
>
>Is that the fix to what I report here?
>
>https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=230511
>
>I tried to use those fixes (using Web Developer extension for Firefox to
>edit the CSS on the live page.)  I didn't have any luck, but that
>doesn't mean anything.
>
>- Karsten
>--
>Karsten Wade, RHCE, 108 Editor    ^     Fedora Documentation Project
>  Sr. Developer Relations Mgr.     |  fedoraproject.org/wiki/DocsProject
>    quaid.108.redhat.com           |          gpg key: AD0E0C41
>////////////////////////////////// \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
>
>Content-Type: application/pgp-signature; name=signature.asc
>Content-Description: This is a digitally signed message part
>
>Attachment converted: Graceland:signature 11.asc (    /    ) (0071C1C1)
>--
>Fedora-websites-list mailing list
>Fedora-websites-list at redhat.com
>https://www.redhat.com/mailman/listinfo/fedora-websites-list





More information about the Fedora-websites-list mailing list