diff options
author | Matthew Summers <matthew.summers@liquidustech.com> | 2013-09-26 19:44:47 -0500 |
---|---|---|
committer | Matthew Summers <matthew.summers@liquidustech.com> | 2013-09-26 19:44:47 -0500 |
commit | b0a87c2ffcb67157a81fa353e169558d15fed2c7 (patch) | |
tree | b4235630b3fa00733195a2bddf0bc975fc97fa18 | |
parent | Bump copyright date. (diff) | |
download | get-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.css | 9 |
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 { |