Date: Tue, 18 Oct 2005 14:41:14 -0700 From: Bill Fenner <fenner@research.att.com> To: Daniel Gerzo <danger@rulez.sk> Cc: www@freebsd.org Subject: Re: CGI Style conversion Message-ID: <200510182141.j9ILfFKA023790@bright.research.att.com> References: <200510180730.j9I7UVh9003283@bright.research.att.com> <438674869.20051018215359@rulez.sk>
next in thread | previous in thread | raw e-mail | index | archive | help
>actually, some of the pages has very small fonts, check >query-pr-summary.cgi for example (I was viewing it in opera 8.5) Sigh. This is an artifact of a workaround that I added for cvsweb and other non-xhtml users, which is to copy the body {...} css for th,td since in HTML Transitional mode, the IE quirk that body css doesn't get inherited by tables gets applied. Since I added that I didn't go back and check the XHTML pages to see how it affected them. I guess cgi-style needs an argument to say whether it's generating xhtml or 4.01-transitional, and generate the quirk workarounds only in 4.01-transitional mode. That makes things ... depressing. Bill
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510182141.j9ILfFKA023790>