El Jueves, 7 de Junio de 2007 01:02, David Cramer (Tech Pubs) escribió:

>
> If I output xhtml, in Firefox, the text in the two cells will not be
> horizontally aligned. Apparently this is a quirks mode thing (if I
> delete the xhtml doctype from the output, the cells do align because I'm
> back in quirks mode). For other reasons, I want to stay out of quirks
> mode.

Looks like you fixed that on the current snaspshot.

For that folks not using the snapshot tarball, this CSS snip fix the 
alignament on variablelist-as-table:
 
.variablelist td {
  vertical-align: top;
}

.variablelist td p {
  margin-top: 0;
}


-- 
Manuel Canales Esparcia
Usuario de LFS nº2886:       http://www.linuxfromscratch.org
LFS en castellano: http://www.escomposlinux.org/lfs-es http://www.lfs-es.info
TLDP-ES:                           http://es.tldp.org

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to