From: Frederik Gladhorn Date: Tue, 6 Nov 2007 18:48:56 +0000 (+0000) Subject: show comments in the output and have them with their own css style X-Git-Tag: v3.96.0~5 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=fca0a1a32839809bf64c1e64819d5616e5cd3158;p=libqmvoc.git show comments in the output and have them with their own css style svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=733567 --- diff --git a/keduvocdocument/docs/kvtml_html_stylesheet.xsl b/keduvocdocument/docs/kvtml_html_stylesheet.xsl index 2eb4652..aca2a5e 100644 --- a/keduvocdocument/docs/kvtml_html_stylesheet.xsl +++ b/keduvocdocument/docs/kvtml_html_stylesheet.xsl @@ -32,7 +32,9 @@ The easiest way to use the stylesheet is to include it in the .kvtml file: font-size: 130%; background-color: lightblue; } - + .comment { + color: blue; + } @@ -77,9 +79,16 @@ The easiest way to use the stylesheet is to include it in the .kvtml file: - + + + + + +
+
+