Skip to content

Commit

Permalink
Recline now independent of ckan css
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Sep 20, 2012
1 parent df5ebaf commit 8157065
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ckan/templates/package/resource_preview.html
Expand Up @@ -16,3 +16,11 @@
var preload_resource = {{ h.literal(c.resource_json) }};
</script>
{% endblock %}


{# remove any ckan styles #}
{% block styles %}
{% endblock %}

{% block custom_styles %}
{% endblock %}

0 comments on commit 8157065

Please sign in to comment.