From 46f2a0f94803569b0e9a8bc2da1875d4ef1dbc11 Mon Sep 17 00:00:00 2001 From: Gray Brooks Date: Mon, 8 Sep 2014 16:53:43 -0400 Subject: [PATCH] removing the background image in support of #216 --- assets/css/site.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/assets/css/site.css b/assets/css/site.css index 8eebd7d5..65ce8285 100644 --- a/assets/css/site.css +++ b/assets/css/site.css @@ -683,9 +683,3 @@ background-color : #e3e3e3; padding-top:0; } } -@media (min-width: 980px) { - body { - background: url("../img/seal.jpg") no-repeat fixed 80% 90% transparent; - padding: 0; - } -} \ No newline at end of file