From afe45a47297add6d730742df9a32c0c2576e4195 Mon Sep 17 00:00:00 2001 From: Matthew Summers Date: Thu, 3 Apr 2014 12:26:00 -0500 Subject: 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; } -- cgit v1.2.3-65-gdbad