summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-01-01 23:32:10 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-01-01 23:32:10 (GMT)
commit7be69be5fe039ab0840432baa8d07bb448f19393 (patch)
tree807ed90520090838d8fb9dd0a0aef3b9fc8f88cd
parentc05419204a477060c97bc9991114b62ee2324c8f (diff)
parent23d30205a5621acc748c0c3b6ad79a21bb80e327 (diff)
downloadtcl-7be69be5fe039ab0840432baa8d07bb448f19393.zip
tcl-7be69be5fe039ab0840432baa8d07bb448f19393.tar.gz
tcl-7be69be5fe039ab0840432baa8d07bb448f19393.tar.bz2
Fix [8e811bc1f1]: Wrong formatting of arguments in man page
-rwxr-xr-xtools/tcltk-man2html.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tcltk-man2html.tcl b/tools/tcltk-man2html.tcl
index 236a49f..caececa 100755
--- a/tools/tcltk-man2html.tcl
+++ b/tools/tcltk-man2html.tcl
@@ -221,14 +221,14 @@ proc css-stylesheet {} {
font-size: 11px;
}
css-style ".keylist dt" ".arguments dt" {
- width: 20em;
+ width: 25em;
float: left;
padding: 2px;
border-top: 1px solid #999999;
}
css-style ".keylist dt" { font-weight: bold; }
css-style ".keylist dd" ".arguments dd" {
- margin-left: 20em;
+ margin-left: 25em;
padding: 2px;
border-top: 1px solid #999999;
}