summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Summers <matthew.summers@liquidustech.com>2013-09-26 19:44:47 -0500
committerMatthew Summers <matthew.summers@liquidustech.com>2013-09-26 19:44:47 -0500
commitb0a87c2ffcb67157a81fa353e169558d15fed2c7 (patch)
treeb4235630b3fa00733195a2bddf0bc975fc97fa18
parentBump copyright date. (diff)
downloadget-gentoo-b0a87c2ffcb67157a81fa353e169558d15fed2c7.tar.gz
get-gentoo-b0a87c2ffcb67157a81fa353e169558d15fed2c7.tar.bz2
get-gentoo-b0a87c2ffcb67157a81fa353e169558d15fed2c7.zip
got rid of the ugly rounded business around the main container
-rw-r--r--htdocs/style.css9
1 files changed, 0 insertions, 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 {