OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] Aligning table content in xhtml output


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


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]