summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-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 e6d9375..5f211f3 100755
--- a/tools/tcltk-man2html.tcl
+++ b/tools/tcltk-man2html.tcl
@@ -293,14 +293,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;
}