aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/htdocs
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>2017-08-27 17:46:43 +0000
committerWolfram Schneider <wosch@FreeBSD.org>2017-08-27 17:46:43 +0000
commit9325949f17c2a8c7c198066ddba56f1cd2384657 (patch)
tree0ee95a34ead59e37ae3e739911ab69072bbbf90d /en_US.ISO8859-1/htdocs
parent59a0ae960c3ad6472641210324918601b5f25d03 (diff)
downloaddoc-9325949f17c2a8c7c198066ddba56f1cd2384657.tar.gz
doc-9325949f17c2a8c7c198066ddba56f1cd2384657.zip
improve spaces in forms
Notes
Notes: svn path=/head/; revision=50750
Diffstat (limited to 'en_US.ISO8859-1/htdocs')
-rwxr-xr-xen_US.ISO8859-1/htdocs/cgi/man.cgi6
1 files changed, 4 insertions, 2 deletions
diff --git a/en_US.ISO8859-1/htdocs/cgi/man.cgi b/en_US.ISO8859-1/htdocs/cgi/man.cgi
index 0e524d72f7..38e69b3661 100755
--- a/en_US.ISO8859-1/htdocs/cgi/man.cgi
+++ b/en_US.ISO8859-1/htdocs/cgi/man.cgi
@@ -970,6 +970,7 @@ i { color: #008000; }
span.footer_links { font-size: small; }
input, button { font-size: large; }
input[name='query'] { text-align: center; }
+span.space { font-size: xx-small; }
</style>
|;
@@ -1726,11 +1727,12 @@ sub formquery {
print <<ETX;
<form method="get" action="$BASE">
<!-- Manual Page or Keyword Search: -->
-&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" />
+<br/>
+<span class="space">&nbsp;</span><br/>
&nbsp;&nbsp;
ETX