X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c26ab6ee15974c1133a6d08c459b51199185f25f..b9c23cfd467a8674f9c7efa2abe4ab8e1e8a3c63:/apps/wolnelektury_core/templates/superbase.html?ds=inline
diff --git a/apps/wolnelektury_core/templates/superbase.html b/apps/wolnelektury_core/templates/superbase.html
index a4a7830e2..b0067acc7 100644
--- a/apps/wolnelektury_core/templates/superbase.html
+++ b/apps/wolnelektury_core/templates/superbase.html
@@ -1,6 +1,7 @@
 
 
 	{% load cache compressed i18n %}
+	{% load static from staticfiles %}
     {% load catalogue_tags reporting_stats sponsor_tags %}
     
         
@@ -16,10 +17,13 @@
 
         {% block title %}{% trans "Wolne Lektury" %} :: 
             {% block titleextra %}{% endblock %}{% endblock %}
-        
-        
+        
+        
         {% compressed_css "all" %}
-        {% compressed_css "screen" %}
+        
+        
+        {#% compressed_css "handheld" %#}
         
@@ -38,7 +42,7 @@