Skip to content

Commit 9a73c13

Browse files
author
jan.nijtmans
committed
Merge 8.7
2 parents 72f03c2 + fba1424 commit 9a73c13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/tcltk-man2html.tcl

+2-2
Original file line numberDiff line numberDiff line change
@@ -293,14 +293,14 @@ proc css-stylesheet {} {
293293
font-size: 11px;
294294
}
295295
css-style ".keylist dt" ".arguments dt" {
296-
width: 20em;
296+
width: 25em;
297297
float: left;
298298
padding: 2px;
299299
border-top: 1px solid #999999;
300300
}
301301
css-style ".keylist dt" { font-weight: bold; }
302302
css-style ".keylist dd" ".arguments dd" {
303-
margin-left: 20em;
303+
margin-left: 25em;
304304
padding: 2px;
305305
border-top: 1px solid #999999;
306306
}

0 commit comments

Comments
 (0)