diff options
author | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-07-05 05:19:14 -0400 |
---|---|---|
committer | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-07-05 05:19:14 -0400 |
commit | f8525d34328e48a1238e8962338c3dcbf021e94a (patch) | |
tree | dc4cf841a335e270e9f145b3028cd33574a957b6 | |
parent | 5e974b3427de2878eb280eaa502c8dfc3d59a217 (diff) | |
download | hyperkitty-f8525d34328e48a1238e8962338c3dcbf021e94a.tar.gz hyperkitty-f8525d34328e48a1238e8962338c3dcbf021e94a.tar.xz hyperkitty-f8525d34328e48a1238e8962338c3dcbf021e94a.zip |
code cleaning
-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 --> |