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 BC7CE1381F3 for ; Fri, 27 Sep 2013 00:46:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 534E0E0E62; Fri, 27 Sep 2013 00:46:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F34BEE0E62 for ; Fri, 27 Sep 2013 00:46:39 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 18CD233EE36 for ; Fri, 27 Sep 2013 00:46:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id BC288E5309 for ; Fri, 27 Sep 2013 00:46:37 +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: <1380242687.b0a87c2ffcb67157a81fa353e169558d15fed2c7.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: b0a87c2ffcb67157a81fa353e169558d15fed2c7 X-VCS-Branch: master Date: Fri, 27 Sep 2013 00:46:37 +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: 8ccce595-d3e3-4698-b75c-61e82e50dc92 X-Archives-Hash: 5e002f1530ad6579d34dcb486fb879aa commit: b0a87c2ffcb67157a81fa353e169558d15fed2c7 Author: Matthew Summers liquidustech com> AuthorDate: Fri Sep 27 00:44:47 2013 +0000 Commit: Matthew Summers gentoo org> CommitDate: Fri Sep 27 00:44:47 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/get-gentoo.git;a=commit;h=b0a87c2f got rid of the ugly rounded business around the main container --- htdocs/style.css | 9 --------- 1 file changed, 9 deletions(-) diff --git a/htdocs/style.css b/htdocs/style.css index f897cc1..50cefbe 100644 --- a/htdocs/style.css +++ b/htdocs/style.css @@ -14,15 +14,6 @@ div.contain { width:95%; height:100%; margin: 2em 2.5%; -/* background: rgba(255,255,255,0.20); */ - -moz-border-radius: 142px; - -webkit-border-radius: 142px; - -opera-border-radius: 142px; - border-radius: 142px; - -moz-box-shadow:#45347B 0 0 2.5em; - -webkit-box-shadow:#45347B 0 0 2.5em; - -opera-box-shadow:#45347B 0 0 2.5em; - box-shadow:#45347B 0 0 2.5em; } div.head {