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 1Q29wv-0005ah-7m for garchives@archives.gentoo.org; Tue, 22 Mar 2011 22:21:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B13A1C059; Tue, 22 Mar 2011 22:21:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 68CA21C059 for ; Tue, 22 Mar 2011 22:21:06 +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 E63841B4048 for ; Tue, 22 Mar 2011 22:21:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 5AC548006A for ; Tue, 22 Mar 2011 22:21:05 +0000 (UTC) From: "Joshua Saddler" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joshua Saddler" Message-ID: <2096052846ff14b1dc3fe3a8503b7f185b9dd335.nightmorph@gentoo> Subject: [gentoo-commits] proj/www-redesign:master commit in: xml/htdocs/css/ X-VCS-Repository: proj/www-redesign X-VCS-Files: xml/htdocs/css/main.css X-VCS-Directories: xml/htdocs/css/ X-VCS-Committer: nightmorph X-VCS-Committer-Name: Joshua Saddler X-VCS-Revision: 2096052846ff14b1dc3fe3a8503b7f185b9dd335 Date: Tue, 22 Mar 2011 22:21:05 +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: f609f6dae4dc0cef87be7e9e65c1d5c1 commit: 2096052846ff14b1dc3fe3a8503b7f185b9dd335 Author: nightmorph gentoo org> AuthorDate: Tue Mar 22 22:20:55 2011 +0000 Commit: Joshua Saddler gentoo org> CommitDate: Tue Mar 22 22:20:55 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/www-redesign.= git;a=3Dcommit;h=3D20960528 revert previous changes, since they didn't do anything --- xml/htdocs/css/main.css | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/xml/htdocs/css/main.css b/xml/htdocs/css/main.css index 15cb609..e0e9bc0 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,7 +114,6 @@ 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. */ line-height: 120%;