From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Q2JFY-00041C-H8 for garchives@archives.gentoo.org; Wed, 23 Mar 2011 08:17:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6C221C014; Wed, 23 Mar 2011 08:16:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9AEC61C014 for ; Wed, 23 Mar 2011 08:16:57 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F2E101B417A for ; Wed, 23 Mar 2011 08:16:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 558FC8006E for ; Wed, 23 Mar 2011 08:16:56 +0000 (UTC) From: "Alec Warner" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alec Warner" Message-ID: Subject: [gentoo-commits] proj/www-redesign:master commit in: xml/htdocs/xsl/, xml/htdocs/css/ X-VCS-Repository: proj/www-redesign X-VCS-Files: xml/htdocs/css/main.css xml/htdocs/xsl/guide.xsl X-VCS-Directories: xml/htdocs/xsl/ xml/htdocs/css/ X-VCS-Committer: antarus X-VCS-Committer-Name: Alec Warner X-VCS-Revision: e774f24f75232014a8cccef7cccc5abb74ef3e55 Date: Wed, 23 Mar 2011 08:16:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: a8b6689a323fc13e37957481fe6a000a commit: e774f24f75232014a8cccef7cccc5abb74ef3e55 Author: Alec Warner scriptkitty com> AuthorDate: Wed Mar 23 00:15:27 2011 +0000 Commit: Alec Warner gentoo org> CommitDate: Wed Mar 23 00:15:27 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/www-redesign.= git;a=3Dcommit;h=3De774f24f So basically shit stopped working and I am attempting to return to a state where it worked. I have no idea if this will fix it. Revert "play with font sizes and weight a bit" This reverts commit b2f10399772e18e3b93dced92d3f8671b46d9851. --- xml/htdocs/css/main.css | 8 +------- xml/htdocs/xsl/guide.xsl | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/xml/htdocs/css/main.css b/xml/htdocs/css/main.css index 15cb609..aa44b0f 100644 --- a/xml/htdocs/css/main.css +++ b/xml/htdocs/css/main.css @@ -107,11 +107,6 @@ a img {border:none; text-decoration:none; vertical-a= lign:text-bottom;} .header-menu { font-weight: bold; font-family: sans-serif, Verdana, Arial, Helvetica; - /* increase size a bit, remember that it's relative to the size - * specified by the container around it, so 0.8em is 80% of the - * already specified 0.8em of the surrounding container. thus we - * want to increase it a bit so that it looks more like g.org */ - font-size: 1.0em; color: white; /* Because blocks are rendered vertically along the left-boundary of t= he * containing block we need this block to render in inline mode such t= hat @@ -119,9 +114,8 @@ a img {border:none; text-decoration:none; vertical-al= ign:text-bottom;} display: inline-block; /* Offset our text from the Gentoo Logo */ margin-left: 1.0em; - padding-left: 1.0em; /* We set line-height to reproduce old looks in the header bar. - * We set vertical-align for the same reason. */ + * We set virtical-align for the same reason. */ line-height: 120%; vertical-align: 60%; } diff --git a/xml/htdocs/xsl/guide.xsl b/xml/htdocs/xsl/guide.xsl index 8acdb49..1e6f3f4 100644 --- a/xml/htdocs/xsl/guide.xsl +++ b/xml/htdocs/xsl/guide.xsl @@ -334,7 +334,7 @@ =20 HEADER-BLOCK -> gentoo-logo and topmenu CONTENT-BLOCK -> sidebar-menu, content, adbar - FOOTER-BLOCK -> copyright notice + FOOTER-BLOCK -> copywrite notice -->
http:= //www.gentoo.org