From owner-p4-projects@FreeBSD.ORG Sat Sep 3 12:51:16 2005 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id C1E8416A421; Sat, 3 Sep 2005 12:51:15 +0000 (GMT) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7ECD716A420 for ; Sat, 3 Sep 2005 12:51:15 +0000 (GMT) (envelope-from soc-emily@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1869543D5F for ; Sat, 3 Sep 2005 12:51:07 +0000 (GMT) (envelope-from soc-emily@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j83Cp6C6055165 for ; Sat, 3 Sep 2005 12:51:06 GMT (envelope-from soc-emily@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j83Cp6HN055162 for perforce@freebsd.org; Sat, 3 Sep 2005 12:51:06 GMT (envelope-from soc-emily@freebsd.org) Date: Sat, 3 Sep 2005 12:51:06 GMT Message-Id: <200509031251.j83Cp6HN055162@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to soc-emily@freebsd.org using -f From: soc-emily To: Perforce Change Reviews Cc: Subject: PERFORCE change 83065 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: Sat, 03 Sep 2005 12:51:16 -0000 http://perforce.freebsd.org/chv.cgi?CH=83065 Change 83065 by soc-emily@soc-emily_beastie on 2005/09/03 12:50:13 CSS fixes. Affected files ... .. //depot/projects/soc2005/www/freebsd/de/includes.xsl#4 edit .. //depot/projects/soc2005/www/freebsd/en/layout/css/fixed_large.css#2 edit .. //depot/projects/soc2005/www/freebsd/en/layout/css/iefixes.css#2 edit .. //depot/projects/soc2005/www/freebsd/en/layout/css/layout.css#4 edit .. //depot/projects/soc2005/www/freebsd/en/layout/css/navigation.css#2 edit .. //depot/projects/soc2005/www/freebsd/es/includes.xsl#4 edit .. //depot/projects/soc2005/www/freebsd/fr/includes.xsl#4 edit .. //depot/projects/soc2005/www/freebsd/it/includes.xsl#5 edit .. //depot/projects/soc2005/www/freebsd/ja/includes.xsl#3 edit .. //depot/projects/soc2005/www/freebsd/ru/includes.xsl#3 edit .. //depot/projects/soc2005/www/freebsd/share/sgml/includes.header.xsl#5 edit Differences ... ==== //depot/projects/soc2005/www/freebsd/de/includes.xsl#4 (text+ko) ==== @@ -84,7 +84,7 @@

- +  
==== //depot/projects/soc2005/www/freebsd/en/layout/css/fixed_large.css#2 (text+ko) ==== @@ -3,11 +3,5 @@ @import url("fixed.css"); body { - font-size: 93%; -} - -/*Win IE fix \*/ -* html #TOPNAVLIST, #topnavlist { height: 1%; margin-bottom: -4px; } -* html #TOPNAVLIST li, #topnavlist li { margin: 0 0.2em 0 -0.8em; } - -/*End Win IE fix*/+ font-size: 93%; +} ==== //depot/projects/soc2005/www/freebsd/en/layout/css/iefixes.css#2 (text+ko) ==== @@ -6,6 +6,14 @@ * html #TOPNAVLIST li, #topnavlist li { margin: 0 0.5em 0 -0.5em; } +* html #languagenavlist li { padding: 0 0.1em 0 0.4em; } +* html #languagenavlist li.last-child { padding: 0 0em 0 0.4em; } + +* html #searchnavlist li { padding: 0 0.4em 0 0.8em; } +* html #searchnavlist li.last-child { padding: 0 0 0 0.8em; } +* html #SEARCHNAVLIST li { padding: 0 0.4em 0 0.8em; } +* html #SEARCHNAVLIST li.last-child { padding: 0 0 0 0.8em; } + * html #SEARCH, #search { height: 1%; } * html #MIRROR, #mirror { height: 1%; } ==== //depot/projects/soc2005/www/freebsd/en/layout/css/layout.css#4 (text+ko) ==== @@ -190,6 +190,7 @@ border: 0px; padding: 0px; margin: 0px; + width: 162px; float: right; } ==== //depot/projects/soc2005/www/freebsd/en/layout/css/navigation.css#2 (text+ko) ==== @@ -1,4 +1,4 @@ -О╩©/* +/* FreeBSD.org - Navigation (and List) Styles */ @@ -87,13 +87,13 @@ } #LANGUAGENAVLIST li, #languagenavlist li { - padding: 0 0.15em 0 0.4em; + padding: 0 0.5em 0 0.2em; display: inline; border-right: 1px solid #B6B6B6; } #LANGUAGENAVLIST li.last-child, #languagenavlist li.last-child { - padding: 0 0em 0 0.4em; + padding: 0 0em 0 0.2em; border-right: 0; } @@ -124,13 +124,13 @@ } #SEARCHNAVLIST li, #searchnavlist li { - padding: 0 0.3em 0 0.6em; + padding: 0 0.6em 0 0.3em; display: inline; border-right: 1px solid #fff; } #SEARCHNAVLIST li.last-child, #searchnavlist li.last-child { - padding: 0 0 0 0.5em; + padding: 0 0 0 0.3em; border-right: 0; } ==== //depot/projects/soc2005/www/freebsd/es/includes.xsl#4 (text+ko) ==== @@ -77,7 +77,7 @@

- +  
==== //depot/projects/soc2005/www/freebsd/fr/includes.xsl#4 (text+ko) ==== @@ -75,7 +75,7 @@

- +  
==== //depot/projects/soc2005/www/freebsd/it/includes.xsl#5 (text+ko) ==== @@ -68,7 +68,7 @@

- +  
==== //depot/projects/soc2005/www/freebsd/ja/includes.xsl#3 (text+ko) ==== @@ -61,7 +61,7 @@

- +  
==== //depot/projects/soc2005/www/freebsd/ru/includes.xsl#3 (text+ko) ==== @@ -77,7 +77,7 @@

- +  
==== //depot/projects/soc2005/www/freebsd/share/sgml/includes.header.xsl#5 (text+ko) ==== @@ -74,7 +74,7 @@

- +