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 1Q4KC1-0007qL-HG for garchives@archives.gentoo.org; Mon, 28 Mar 2011 21:41:45 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2961C1C056; Mon, 28 Mar 2011 21:41:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D71BB1C056 for ; Mon, 28 Mar 2011 21:41:32 +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 6735B1B4083 for ; Mon, 28 Mar 2011 21:41:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id C7D918006A for ; Mon, 28 Mar 2011 21:41:31 +0000 (UTC) From: "Matthew Summers" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Summers" Message-ID: Subject: [gentoo-commits] proj/get-gentoo:master commit in: htdocs/ X-VCS-Repository: proj/get-gentoo X-VCS-Files: htdocs/style.css X-VCS-Directories: htdocs/ X-VCS-Committer: quantumsummers X-VCS-Committer-Name: Matthew Summers X-VCS-Revision: fb0232de11b105f7cb3ac6e8a06ab9dbdcda7bd9 Date: Mon, 28 Mar 2011 21:41:31 +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: 7bf9eab7ca835f4ee8944c214cbedf83 commit: fb0232de11b105f7cb3ac6e8a06ab9dbdcda7bd9 Author: Matthew Summers gentoo org> AuthorDate: Mon Mar 28 21:41:01 2011 +0000 Commit: Matthew Summers gentoo org> CommitDate: Mon Mar 28 21:41:01 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/get-gentoo.gi= t;a=3Dcommit;h=3Dfb0232de Make arch name uppercase on all variant pages (css solution) --- htdocs/style.css | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/htdocs/style.css b/htdocs/style.css index 36787c9..c3878e5 100644 --- a/htdocs/style.css +++ b/htdocs/style.css @@ -149,4 +149,8 @@ p { =20 h1 { color: #45347B; +} + +span.arch { + text-transform: uppercase; } \ No newline at end of file