Put the Foundation link on the top navbar.
Requested by: rwatson Approved by: doceng
This commit is contained in:
parent
89bb9cccbb
commit
1c0e7dfb77
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=29171
3 changed files with 5 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
|||
<!ENTITY title "The FreeBSD Project">
|
||||
]>
|
||||
|
||||
<!-- $FreeBSD: www/en/index.xsl,v 1.156 2006/10/06 16:48:02 danger Exp $ -->
|
||||
<!-- $FreeBSD: www/en/index.xsl,v 1.157 2006/10/26 10:36:16 delphij Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
<xsl:import href="http://www.FreeBSD.org/XML/www/lang/share/sgml/libcommon.xsl"/>
|
||||
|
@ -183,9 +183,6 @@
|
|||
<li>
|
||||
<a href="&base;/doc/en_US.ISO8859-1/books/handbook/index.html" title="Handbook">Handbook</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://www.freebsdfoundation.org/" title="Foundation">Foundation</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="&base;/ports/index.html" title="Ports">Ports</a>
|
||||
</li>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* FreeBSD.org - Layout Styles
|
||||
*
|
||||
* $FreeBSD: www/en/layout/css/layout.css,v 1.8 2006/05/08 23:15:37 kuriyama Exp $
|
||||
* $FreeBSD: www/en/layout/css/layout.css,v 1.9 2006/05/09 22:25:53 ceri Exp $
|
||||
*/
|
||||
|
||||
/* Container Definitions */
|
||||
|
@ -14,7 +14,7 @@
|
|||
|
||||
#CONTAINER, #container {
|
||||
margin: 0em auto;
|
||||
width: 765px;
|
||||
width: 775px;
|
||||
padding: 0;
|
||||
padding-top: 0px;
|
||||
padding-bottom: 15px;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/share/sgml/header.ent,v 1.1 2006/08/19 21:20:53 hrs Exp $ -->
|
||||
<!-- $FreeBSD: www/share/sgml/header.ent,v 1.2 2006/10/01 16:31:13 hrs Exp $ -->
|
||||
|
||||
<!-- FreeBSD HTML Header Entities -->
|
||||
<!-- PUBLIC "-//FreeBSD//ENTITIES HTML FreeBSD Header Entities//EN" -->
|
||||
|
@ -116,6 +116,7 @@
|
|||
<li><a href="&base;/community.html" title="Community">Community</a></li>
|
||||
<li><a href="&base;/projects/index.html" title="Developers">Developers</a></li>
|
||||
<li><a href="&base;/support.html" title="Support">Support</a></li>
|
||||
<li><a href="http://www.freebsdfoundation.org/" title="The FreeBSD Foundation">Foundation</a></li>
|
||||
</ul>
|
||||
</div> <!-- TOPNAV -->
|
||||
'>
|
||||
|
|
Loading…
Reference in a new issue