Skip to content

Commit

Permalink
Remove duplicated Twitter bootstrap
Browse files Browse the repository at this point in the history
The site already includes Bootstrap in it's core CSS files.
  • Loading branch information
aron committed Jul 10, 2012
1 parent f6584c1 commit 51be342
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckan/templates/package/resource_read.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ <h3>Preview</h3>

{% block styles %}
{{ super() }}
<link rel="stylesheet" href="{% url_for_static '/css/bootstrap.min.css' %}" />
<link rel="stylesheet" href="{% url_for_static '/base/datapreview/vendor/slickgrid/2.0.1/slick.grid.css' %}" />
<link rel="stylesheet" href="{% url_for_static '/base/datapreview/vendor/leaflet/0.3.1/leaflet.css' %}" />
<!--[if lte IE 8]>
Expand Down

0 comments on commit 51be342

Please sign in to comment.