Add a link to the FreeBSD Journal.

Requested by:	anne, deb
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2014-06-27 19:36:12 +00:00
parent 11a2f09aad
commit dd1d970288
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45134
2 changed files with 20 additions and 0 deletions
en_US.ISO8859-1/htdocs

View file

@ -61,6 +61,16 @@
title="Learn More">Learn More</a>
</div> <!-- TXTFRONTFEATURELINK -->
<div id="txtfrontjournalblock">
<br/>&#187;
<span
id="txtfrontjournallink">
Get the <a
href="http://www.freebsdjournal.com/"
title="&os;&nbsp;Journal">&os;&nbsp;Journal</a>
</span> <!-- TXTFRONTJOURNALLINK -->
</div> <!-- TXTFRONTJOURNALBLOCK -->
</div> <!-- FRONTFEATURECONTENT -->
</div> <!-- FRONTFEATURELEFT -->

View file

@ -95,6 +95,16 @@ h4 {
padding-left: 5px;
}
#txtfrontjournalblock {
padding-left: 0px;
}
#txtfrontjournallink {
font-size: 1.2em;
font-weight: bold;
padding-left: 1px;
}
/* Link Styles */
a:link { color:#990000; text-decoration: underline; }