diff options
-rw-r--r-- | static/css/style.css | 4 | ||||
-rw-r--r-- | templates/thread.html | 4 |
2 files changed, 0 insertions, 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 @@ <!-- End of email --> </div> - {% empty %} - Sorry no emails could be found for your search. - {% endfor %} - </section> <!-- end of content --> |