From owner-p4-projects@FreeBSD.ORG Wed Jul 8 13:19:34 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id B54771065674; Wed, 8 Jul 2009 13:19:33 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74B4C106566C for ; Wed, 8 Jul 2009 13:19:33 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 60F5F8FC16 for ; Wed, 8 Jul 2009 13:19:33 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n68DJXq8045971 for ; Wed, 8 Jul 2009 13:19:33 GMT (envelope-from pgj@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n68DJX4D045969 for perforce@freebsd.org; Wed, 8 Jul 2009 13:19:33 GMT (envelope-from pgj@FreeBSD.org) Date: Wed, 8 Jul 2009 13:19:33 GMT Message-Id: <200907081319.n68DJX4D045969@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to pgj@FreeBSD.org using -f From: Gabor Pali To: Perforce Change Reviews Cc: Subject: PERFORCE change 165819 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jul 2009 13:19:34 -0000 http://perforce.freebsd.org/chv.cgi?CH=165819 Change 165819 by pgj@beehive on 2009/07/08 13:19:13 IFC Affected files ... .. //depot/projects/docproj_hu/doc/hu_HU.ISO8859-2/articles/linux-users/article.sgml#13 integrate .. //depot/projects/docproj_hu/doc/hu_HU.ISO8859-2/books/handbook/vinum/chapter.sgml#9 integrate .. //depot/projects/docproj_hu/www/en/cgi/cgi-style.pl#4 integrate .. //depot/projects/docproj_hu/www/en/layout/css/iefixes.css#2 integrate .. //depot/projects/docproj_hu/www/en/layout/css/navigation.css#2 integrate .. //depot/projects/docproj_hu/www/hu/search/search.sgml#19 integrate .. //depot/projects/docproj_hu/www/share/sgml/header.ent#4 integrate .. //depot/projects/docproj_hu/www/share/sgml/news.xml#62 integrate Differences ... ==== //depot/projects/docproj_hu/doc/hu_HU.ISO8859-2/articles/linux-users/article.sgml#13 (text+ko) ==== @@ -1,4 +1,4 @@ - +
==== //depot/projects/docproj_hu/www/en/layout/css/iefixes.css#2 (text+ko) ==== @@ -1,6 +1,6 @@ /* * FreeBSD.org - Fixes for Internet Explorer - * $FreeBSD: www/en/layout/css/iefixes.css,v 1.3 2005/11/23 14:22:06 keramida Exp $ + * $FreeBSD: www/en/layout/css/iefixes.css,v 1.4 2009/07/06 22:09:22 danger Exp $ */ /*Win IE fix \*/ @@ -8,6 +8,9 @@ * html #TOPNAVLIST li { margin: 0 0.5em 0 -0.5em; } * html #topnavlist li { margin: 0 0.5em 0 -0.5em; } +* html #MENU ul.first { border-left: 0; } +* html #MENU li { margin: 0.2em 0 -1em 0; } + * html #languagenavlist li { padding: 0 0.1em 0 0.4em; } * html #languagenavlist li.last-child { padding: 0 0em 0 0.4em; } ==== //depot/projects/docproj_hu/www/en/layout/css/navigation.css#2 (text+ko) ==== @@ -1,7 +1,7 @@ /* * FreeBSD.org - Navigation (and List) Styles * - * $FreeBSD: www/en/layout/css/navigation.css,v 1.6 2008/01/16 02:10:22 murray Exp $ + * $FreeBSD: www/en/layout/css/navigation.css,v 1.7 2009/07/06 22:09:22 danger Exp $ */ /* Site Navigation */ @@ -71,6 +71,77 @@ padding-left: 0; } +/* New drop-down menu implementation */ + +#MENU { + width: 100%; + float: left; + height: 29px; + font-size: 0.9em; + margin: 5px 0 2px 0; + font-weight: bold; +} + +#MENU ul { + list-style: none; + margin: 0; + padding: 0px 10px 2px 10px; + float: left; + border-left: 1px solid #B4B4B4; +} + +#MENU ul:first-child { + padding-left: 0; + border: 0; +} + +#MENU a { + display: block; + padding: 0px 3px; + color: #666; + text-decoration: none; +} + +#MENU a:hover { + color: #990000; +} + +#MENU li { + position: relative; +} + +#MENU ul ul { + position: absolute; + background-color: #e5e5e5; + padding: 2px; + border: 0; + width: 10em; + z-index: 500; +} + +#MENU ul ul li { + border-top: 1px solid #B4B4B4; + padding: 4px 0 4px 0; +} + +#MENU ul ul ul { + top: 0; + left: 100%; + background: #e5e5e5; +} + +div#MENU ul ul, +div#MENU ul li:hover ul ul, +div#MENU ul ul li:hover ul ul { + display: none; +} + +div#MENU ul li:hover ul, +div#MENU ul ul li:hover ul, +div#MENU ul ul ul li:hover ul { + display: block; +} + /* Language selection */ #LANGUAGENAV, #languagenav { ==== //depot/projects/docproj_hu/www/hu/search/search.sgml#19 (text+ko) ==== @@ -1,6 +1,6 @@ - + ]> ==== //depot/projects/docproj_hu/www/share/sgml/header.ent#4 (text+ko) ==== @@ -1,4 +1,4 @@ - + @@ -137,18 +137,77 @@ Site Navigation - '> - $FreeBSD: www/share/sgml/news.xml,v 1.262 2009/06/08 16:03:29 np Exp $ + $FreeBSD: www/share/sgml/news.xml,v 1.263 2009/07/07 16:45:36 danger Exp $ @@ -33,6 +33,30 @@ 2009 + 7 + + + 7 + + + &os; 8.0-BETA1 Available + +

The final stage of the &os;-8.0 Release cycle has begun + with the first public beta release. The &os; 8.0-BETA1 + ISO images for Tier-1 architectures are now available for + download on most of the + &os; mirror sites. We encourage our users to give + &os; 8.0-BETA1 a try and provide us with the feedback, + however please read the official + announcement carefully before starting to use this + release.

+
+
+
+ + 6