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 1Q4hU8-0000Jo-7F for garchives@archives.gentoo.org; Tue, 29 Mar 2011 22:34:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 201101C025; Tue, 29 Mar 2011 22:33:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E09671C025 for ; Tue, 29 Mar 2011 22:33:52 +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 7B2F71BC0E6 for ; Tue, 29 Mar 2011 22:33:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id D7CA080065 for ; Tue, 29 Mar 2011 22:33:51 +0000 (UTC) From: "Christian Ruppert" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christian Ruppert" Message-ID: <8a63e799d1fdc4a9b922b75b88f716f2e5ec6c3f.idl0r@gentoo> Subject: [gentoo-commits] proj/qa-scripts:master commit in: htdocs/ X-VCS-Repository: proj/qa-scripts X-VCS-Files: htdocs/gentoo-header-bar-bg.png htdocs/screen.css X-VCS-Directories: htdocs/ X-VCS-Committer: idl0r X-VCS-Committer-Name: Christian Ruppert X-VCS-Revision: 8a63e799d1fdc4a9b922b75b88f716f2e5ec6c3f Date: Tue, 29 Mar 2011 22:33:51 +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: c5770a5a9ac4be2044895ebe2ed6b79a commit: 8a63e799d1fdc4a9b922b75b88f716f2e5ec6c3f Author: Alex Legler a3li li> AuthorDate: Tue Mar 29 22:32:31 2011 +0000 Commit: Christian Ruppert gentoo org> CommitDate: Tue Mar 29 22:33:42 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qa-scripts.gi= t;a=3Dcommit;h=3D8a63e799 Fix top bar gradient, use sans-serif fonts --- htdocs/gentoo-header-bar-bg.png | Bin 210 -> 210 bytes htdocs/screen.css | 1 + 2 files changed, 1 insertions(+), 0 deletions(-) diff --git a/htdocs/gentoo-header-bar-bg.png b/htdocs/gentoo-header-bar-b= g.png index 9e7b3c2..fca09df 100644 Binary files a/htdocs/gentoo-header-bar-bg.png and b/htdocs/gentoo-header= -bar-bg.png differ diff --git a/htdocs/screen.css b/htdocs/screen.css index bb2e3b5..58bfd01 100644 --- a/htdocs/screen.css +++ b/htdocs/screen.css @@ -1,6 +1,7 @@ /* Gentoo bar */ body { margin: 1em; + font-family: sans-serif; } =20 div#gentoo-bar {