svn commit: r45923 - head/en_US.ISO8859-1/htdocs/cgi
Gavin Atkinson
gavin at FreeBSD.org
Tue Nov 4 06:07:10 UTC 2014
Author: gavin
Date: Tue Nov 4 06:07:09 2014
New Revision: 45923
URL: https://svnweb.freebsd.org/changeset/doc/45923
Log:
On the CGI pages, use the same style of "donate" links as the rest of the
site uses.
Modified:
head/en_US.ISO8859-1/htdocs/cgi/cgi-style.pl
Modified: head/en_US.ISO8859-1/htdocs/cgi/cgi-style.pl
==============================================================================
--- head/en_US.ISO8859-1/htdocs/cgi/cgi-style.pl Tue Nov 4 05:36:10 2014 (r45922)
+++ head/en_US.ISO8859-1/htdocs/cgi/cgi-style.pl Tue Nov 4 06:07:09 2014 (r45923)
@@ -64,15 +64,21 @@ $i_topbar = qq`
<div id="headerlogoright">
<h2 class="blockhide">Peripheral Links</h2>
- <div id="searchnav">
- <ul id="searchnavlist">
- <li><a href="$hsty_base/donations/"
- title="Donate">Donate</a></li>
-
- <li class="last-child"><a href="$hsty_base/mailto.html"
- title="Contact">Contact</a></li>
- </ul>
- </div>
+ <div class="frontdonateroundbox">
+ <div class="frontdonatetop">
+ <div>
+ <b style="display: none;">.</b>
+ </div>
+ </div>
+ <div class="frontdonatecontent">
+ <a href="https://www.FreeBSDFoundation.org/donate/">Donate to FreeBSD</a>
+ </div>
+ <div class="frontdonatebot">
+ <div>
+ <b style="display: none;">.</b>
+ </div>
+ </div>
+ </div>
<div id="search">
<form method="get" id="search" action="https://duckduckgo.com/">
More information about the svn-doc-all
mailing list