From d35caec69da3660c7544d40e2d457b01d3baf84b Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sat, 1 Mar 2008 08:11:54 +0000 Subject: [PATCH] Reworked output for admonitions (caution, important, note, tip, warning). In TTY output, admonitions now get indented. In non-TTY output, a colored marker (yellow) is displayed next to them. --- xsl/manpages/block.xsl | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/xsl/manpages/block.xsl b/xsl/manpages/block.xsl index 2dd4647a3..81c3f953c 100644 --- a/xsl/manpages/block.xsl +++ b/xsl/manpages/block.xsl @@ -17,9 +17,23 @@ - + + n + + + .RS 4 + .BM yellow + .PP + .sp -1 + .ps +1 + + + .sp .5v + .EM yellow + .RE -4n + .sp .5v @@ -173,10 +187,10 @@ - .BB + .BB lightgray - .EB + .EB lightgray -- 2.40.0