From 24dc4a77c51c7cfe12bdf494e67659707a86c458 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 25 Oct 2004 22:05:18 +0000 Subject: [PATCH] Feature Request #1008804 (command in cmdsynopsis is not indented) Added some CSS magic to enable the requested effect; this change: - makes all cmdsynopses monospaced - creates CSS floats that make a hanging indent (aka tabular presentation) for cmdysnopsis; command name appears first column, everything else (arg/group/synopfragment) goes to second column Probably should also add parameters to toggle behavior on/off... --- xsl/html/synop.xsl | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/xsl/html/synop.xsl b/xsl/html/synop.xsl index f85b5320c..05eb67a48 100644 --- a/xsl/html/synop.xsl +++ b/xsl/html/synop.xsl @@ -22,12 +22,16 @@ -
-

- - -

+
+ + + + + + +
+
-- 2.40.0