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 1PrdLv-0001Hi-Aq for garchives@archives.gentoo.org; Mon, 21 Feb 2011 21:31:31 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3E25E0587; Mon, 21 Feb 2011 21:31:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9EF2BE0587 for ; Mon, 21 Feb 2011 21:31:22 +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 0AEC01B414D for ; Mon, 21 Feb 2011 21:31:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 5B7EE8006A for ; Mon, 21 Feb 2011 21:31:21 +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: <7cd393b43e0db53ff0f0f384ca3609dc66367f16.quantumsummers@gentoo> 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: 7cd393b43e0db53ff0f0f384ca3609dc66367f16 Date: Mon, 21 Feb 2011 21:31:21 +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: 686592d9b6576b7eb8505028345b33a4 commit: 7cd393b43e0db53ff0f0f384ca3609dc66367f16 Author: Matthew Summers gentoo org> AuthorDate: Mon Feb 21 21:30:40 2011 +0000 Commit: Matthew Summers gentoo org> CommitDate: Mon Feb 21 21:30:40 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/get-gentoo.gi= t;a=3Dcommit;h=3D7cd393b4 Small CSS change, layout fix --- htdocs/style.css | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/htdocs/style.css b/htdocs/style.css index d00a820..4d95073 100644 --- a/htdocs/style.css +++ b/htdocs/style.css @@ -6,13 +6,14 @@ body { font-size: 16px; font-family: sans-serif; color: #45347B; + margin:0; } =20 div.contain { display:inline-block; - width:98%; + width:95%; height:100%; - margin: 1em 1em; + margin: 2em 2.5%; background: rgba(255,255,255,0.20); -moz-border-radius: 142px; -webkit-border-radius: 142px; @@ -56,7 +57,7 @@ div.arches ul { div.arches ul li { float:left; display:block; - width:17.6%; + width:17%; min-width: 160px; margin: 1%; /* padding: 0.5%; */