diff options
author | Matthew Summers <quantumsummers@gentoo.org> | 2014-04-03 12:26:00 -0500 |
---|---|---|
committer | Matthew Summers <quantumsummers@gentoo.org> | 2014-04-03 12:26:00 -0500 |
commit | afe45a47297add6d730742df9a32c0c2576e4195 (patch) | |
tree | 71f815cb7418b24b074cc1003ff63c3abce46df7 | |
parent | changed URLS for amd64 and x86 autobuilds (stages & isos) per jmbsvicetto, bu... (diff) | |
download | get-gentoo-afe45a47297add6d730742df9a32c0c2576e4195.tar.gz get-gentoo-afe45a47297add6d730742df9a32c0c2576e4195.tar.bz2 get-gentoo-afe45a47297add6d730742df9a32c0c2576e4195.zip |
Removed some css I was tired of seeing.
-rw-r--r-- | htdocs/style.css | 16 |
1 files changed, 0 insertions, 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; } |