diff --git a/www/conservancy/static/css/conservancy.css b/www/conservancy/static/css/conservancy.css index f27957405d8c3e4ddd6b4899e8b09a21108eb544..933280ec891cb6ea14b3ef574edd2388df5ecec1 100644 --- a/www/conservancy/static/css/conservancy.css +++ b/www/conservancy/static/css/conservancy.css @@ -445,25 +445,6 @@ dd { margin: 0 0 1.5em 2em; } -@media only screen and (min-width: 685px) { -dl { - border: 3px double #ccc; - padding: 0.5em; -} -dt { - float: left; - text-align: center; - width: 10em; - margin: 0em 1em 0.5em 0.5em; - font-weight: bold; - color: green; } -dt:after { - content: ":"; -} -dd { - margin: 0 0 2.5em 11.5em; -} -} .fundraiser-top-text { background: #F0FFB8; padding: .7em .7em .7em .7em; @@ -471,30 +452,3 @@ dd { .fundraiser-top-text em { font-size: 110%; } - -video.small-right { - float: right; - height: auto !important; - width: 25% !important; - max-width:50%; - margin-left: .7em; - margin-bottom: .4em; -} - -video.medium-right { - float: right; - height: auto !important; - width: 50% !important; - max-width: 75%; - margin-left: .7em; - margin-bottom: .7em; -} - -img.blog-right { - float: right; - padding-left: 1em; - margin: .25em; - min-width: 8%; - max-width: 30%; - width: auto; -}