From fca0a1a32839809bf64c1e64819d5616e5cd3158 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Tue, 6 Nov 2007 18:48:56 +0000 Subject: [PATCH] show comments in the output and have them with their own css style svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=733567 --- keduvocdocument/docs/kvtml_html_stylesheet.xsl | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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: - + + + + + +
+
+
-- 2.47.3