From: Frederik Gladhorn Date: Tue, 6 Nov 2007 17:06:44 +0000 (+0000) Subject: Use some voodoo to make the table columns with (100/number of columns)%. X-Git-Tag: v3.96.0~7 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=13a6dc767cdfc7cf2778e8299732ecffa5fff84a;p=libqmvoc.git Use some voodoo to make the table columns with (100/number of columns)%. svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=733547 --- diff --git a/keduvocdocument/docs/kvtml_html_stylesheet.xsl b/keduvocdocument/docs/kvtml_html_stylesheet.xsl index 67bda4d..4ab10fb 100644 --- a/keduvocdocument/docs/kvtml_html_stylesheet.xsl +++ b/keduvocdocument/docs/kvtml_html_stylesheet.xsl @@ -25,7 +25,7 @@ The easiest way to use the stylesheet is to include it in the .kvtml file: td, table { border: solid 1px black; border-collapse: collapse; - width: 50%; + width: %; } tr[languageheader] { color: black;