center the forms a little bit

This commit is contained in:
Wolfram Schneider 2017-08-27 17:46:40 +00:00
parent 0a2d1d5067
commit 59a0ae960c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50749

View file

@ -1726,11 +1726,12 @@ sub formquery {
print <<ETX;
<form method="get" action="$BASE">
<!-- Manual Page or Keyword Search: -->
<!-- &nbsp; &nbsp; &nbsp; -->
&nbsp;&nbsp;&nbsp;
<input id="query" value="$query" name="query" size="36" $autofocus />
<button type="submit" name="apropos" value="0">man</button>
<button type="submit" name="apropos" value="1">apropos</button>
<br class="second_row" />
&nbsp;&nbsp;
ETX
print qq{<select name="sektion">\n};