From b0a87c2ffcb67157a81fa353e169558d15fed2c7 Mon Sep 17 00:00:00 2001 From: Matthew Summers Date: Thu, 26 Sep 2013 19:44:47 -0500 Subject: 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 { -- cgit v1.2.3-65-gdbad