From: Jeremy Paul Whiting Date: Tue, 6 Nov 2007 15:18:20 +0000 (+0000) Subject: make all tables the same width X-Git-Tag: v3.96.0~8 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=b0043e2962dff3c382c7be6f8440cd5c3e9a11be;p=libqmvoc.git make all tables the same width svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=733527 --- diff --git a/keduvocdocument/docs/kvtml_html_stylesheet.xsl b/keduvocdocument/docs/kvtml_html_stylesheet.xsl index 169d74c..67bda4d 100644 --- a/keduvocdocument/docs/kvtml_html_stylesheet.xsl +++ b/keduvocdocument/docs/kvtml_html_stylesheet.xsl @@ -25,6 +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%; } tr[languageheader] { color: black;