Fixed pure buttons css path from another repo

This commit is contained in:
Felipe Martín 2016-03-06 13:39:47 +01:00
parent 086f3529f4
commit 7d84ef1a7e
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<link href="//fonts.googleapis.com/css?family=Open+Sans:400|Antic+Slab" rel="stylesheet" type="text/css">
{% compress css %}
<link rel="stylesheet" href="{{ static('bower/font-awesome/css/font-awesome.css') }}" type="text/css" />
<link rel="stylesheet" href="{{ static('bower/pure/src/buttons/css/buttons.css') }}" />
<link rel="stylesheet" href="{{ static('bower/pure/buttons.css') }}" />
<link rel="stylesheet" href="{{ static('sass/style.sass') }}" type="text/x-sass" />
{% block stylesheets %}
{% endblock %}