Add a link to the FreeBSD Journal.
Requested by: anne, deb Sponsored by: The FreeBSD Foundation
This commit is contained in:
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
|
@ -61,6 +61,16 @@
|
|||
title="Learn More">Learn More</a>
|
||||
</div> <!-- TXTFRONTFEATURELINK -->
|
||||
|
||||
<div id="txtfrontjournalblock">
|
||||
<br/>»
|
||||
<span
|
||||
id="txtfrontjournallink">
|
||||
Get the <a
|
||||
href="http://www.freebsdjournal.com/"
|
||||
title="&os; Journal">&os; Journal</a>
|
||||
</span> <!-- TXTFRONTJOURNALLINK -->
|
||||
</div> <!-- TXTFRONTJOURNALBLOCK -->
|
||||
|
||||
</div> <!-- FRONTFEATURECONTENT -->
|
||||
</div> <!-- FRONTFEATURELEFT -->
|
||||
|
||||
|
|
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue