From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9A30F1387FD for ; Thu, 3 Apr 2014 17:26:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 661DDE0B52; Thu, 3 Apr 2014 17:26:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE607E0B52 for ; Thu, 3 Apr 2014 17:26:35 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A48C33F81B for ; Thu, 3 Apr 2014 17:26:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id BC37318874 for ; Thu, 3 Apr 2014 17:26:33 +0000 (UTC) From: "Matthew Summers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Summers" Message-ID: <1396545960.afe45a47297add6d730742df9a32c0c2576e4195.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: afe45a47297add6d730742df9a32c0c2576e4195 X-VCS-Branch: master Date: Thu, 3 Apr 2014 17:26:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bceaedf0-2c7b-4e1f-8da9-200be7fc3a78 X-Archives-Hash: 2bdb37c18b62fc208de37249d3bcef79 commit: afe45a47297add6d730742df9a32c0c2576e4195 Author: Matthew Summers gentoo org> AuthorDate: Thu Apr 3 17:26:00 2014 +0000 Commit: Matthew Summers gentoo org> CommitDate: Thu Apr 3 17:26:00 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/get-gentoo.git;a=commit;h=afe45a47 Removed some css I was tired of seeing. --- htdocs/style.css | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/htdocs/style.css b/htdocs/style.css index 50cefbe..9785aee 100644 --- a/htdocs/style.css +++ b/htdocs/style.css @@ -56,14 +56,6 @@ div.big_arches ul li { min-height: 160px; text-align:center; border: none; - -moz-border-radius: 20px; - -webkit-border-radius: 20px; - -opera-border-radius: 20px; - border-radius: 20px; - -moz-box-shadow: 0 0 1em #45347B; - -webkit-box-shadow: #45347B 0 0 1em; - -opera-box-shadow: #45347B 0 0 1em; - box-shadow: 0 0 1em #45347B; } div.big_arches ul li h2 { display: block; @@ -103,14 +95,6 @@ div.arches { min-height:5em; text-align:center; display:block; - -moz-border-radius: 20px; - -webkit-border-radius: 20px; - -opera-border-radius: 20px; - border-radius: 20px; - -moz-box-shadow: 0 0 1em #45347B; - -webkit-box-shadow: #45347B 0 0 1em; - -opera-box-shadow: #45347B 0 0 1em; - box-shadow: 0 0 1em #45347B; }