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

Wolfram Schneider <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: wosch
Date: Sun Aug 27 17:46:16 2017
New Revision: 50740
URL: https://svnweb.freebsd.org/changeset/doc/50740

Log:
  smaller font size for footer links

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:13 2017	(r50739)
+++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi	Sun Aug 27 17:46:16 2017	(r50740)
@@ -942,7 +942,7 @@ sub html_footer {
     my %args = @_;
 
     print
-qq{<a href="$BASE?manpath=$m">home</a> | <a href="$BASE/help.html">help</a> \n}
+qq{<span class="footer_links"><a href="$BASE?manpath=$m">home</a> | <a href="$BASE/help.html">help</a></span>\n}
       if !$args{'no_home_link'};
 
     if (cgi_style::HAS_FREEBSD_CGI_STYLE) {
@@ -967,6 +967,7 @@ sub html_header {
 b { color: #996600; }
 i { color: #008000; }
 -->
+span.footer_links { font-size: small; }
 </style>
 |;
 
@@ -1783,8 +1784,7 @@ ETX
 </form>
 
 <br/>
-<a href="$BASE?manpath=$m">home</a> |
-<a href="$BASE/help.html">help</a> 
+<span class="footer_links"><a href="$BASE?manpath=$m">home</a> | <a href="$BASE/help.html">help</a></span>
 <hr/>
 ETX
     0;
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.