diff --git a/templates/gracedb/event_detail.html b/templates/gracedb/event_detail.html
index 117ca01bf1d12b4035edcf9714b76e7da9998616..41c13bfcf39f1c6c574d40ced4485861e7752ba1 100644
--- a/templates/gracedb/event_detail.html
+++ b/templates/gracedb/event_detail.html
@@ -19,7 +19,7 @@
             display: block !important;
         }
         .dojoxEnlarge {
-            background: url(images/enlarge.png) no-repeat 0 0;
+            /* background: url(images/enlarge.png) no-repeat 0 0;*/
             top: -5px;
             left: -5px;
             margin: 0 !important;
@@ -27,7 +27,7 @@
             height: 16px;
         }
         .dojoxLoading {
-            background: #333 url(images/loading-dark.gif) no-repeat center center;
+            /* background: #333 url(images/loading-dark.gif) no-repeat center center;*/
             border-radius: 5px;
             -moz-border-radius: 5px;
             -webkit-border-radius: 5px;
diff --git a/templates/gracedb/latest.html b/templates/gracedb/latest.html
index 4b3e19d8cdf4560088e237a5e453c3f93030df6e..db64abc836ef3b9021873c81f4143f7548c47836 100644
--- a/templates/gracedb/latest.html
+++ b/templates/gracedb/latest.html
@@ -32,7 +32,7 @@
             display: block !important;
         }
         .dojoxEnlarge {
-            background: url(images/enlarge.png) no-repeat 0 0;
+            /* background: url(images/enlarge.png) no-repeat 0 0; */
             top: -5px;
             left: -5px;
             margin: 0 !important;
@@ -40,7 +40,7 @@
             height: 16px;
         }
         .dojoxLoading {
-            background: #333 url(images/loading-dark.gif) no-repeat center center;
+            /* background: #333 url(images/loading-dark.gif) no-repeat center center; */
             border-radius: 5px;
             -moz-border-radius: 5px;
             -webkit-border-radius: 5px;