svn commit: r50750 - head/en_US.ISO8859-1/htdocs/cgi

Wolfram Schneider wosch at FreeBSD.org
Sun Aug 27 17:46:44 UTC 2017


Author: wosch
Date: Sun Aug 27 17:46:43 2017
New Revision: 50750
URL: https://svnweb.freebsd.org/changeset/doc/50750

Log:
  improve spaces in forms

Modified:
  head/en_US.ISO8859-1/htdocs/cgi/man.cgi

Modified: head/en_US.ISO8859-1/htdocs/cgi/man.cgi
==============================================================================
--- head/en_US.ISO8859-1/htdocs/cgi/man.cgi	Sun Aug 27 17:46:40 2017	(r50749)
+++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi	Sun Aug 27 17:46:43 2017	(r50750)
@@ -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: -->
-   
+  
 <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"> </span><br/>
   
 ETX
 


More information about the svn-doc-all mailing list