From f8525d34328e48a1238e8962338c3dcbf021e94a Mon Sep 17 00:00:00 2001 From: Aamir Khan Date: Thu, 5 Jul 2012 05:19:14 -0400 Subject: code cleaning --- static/css/style.css | 4 ---- templates/thread.html | 4 ---- 2 files changed, 8 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 924850b..30535a2 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1,7 +1,3 @@ -@import url(http://fonts.googleapis.com/css?family=Droid+Sans); - -/* Generic classes */ - body { position: relative; padding-top: 90px; diff --git a/templates/thread.html b/templates/thread.html index 253f796..4168b3e 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -24,10 +24,6 @@ - {% empty %} - Sorry no emails could be found for your search. - {% endfor %} - -- cgit