commit
05d07f8712
|
@ -18,7 +18,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>unglue.it {% block title %}{% endblock %}</title>
|
||||
<link type="text/css" rel="stylesheet" href="/static/css/sitewide2.css" />
|
||||
<link type="text/css" rel="stylesheet" href="/static/css/sitewide3.css" />
|
||||
<link REL="SHORTCUT ICON" HREF="/static/images/favicon.ico">
|
||||
{% block extra_css %}{% endblock %}
|
||||
<script type="text/javascript" src="{{ jquery_home }}"></script>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
{% block title %}— Support Free eBooks{% endblock %}
|
||||
|
||||
{% block extra_css %}
|
||||
<link type="text/css" rel="stylesheet" href="/static/css/landingpage2.css" />
|
||||
<link type="text/css" rel="stylesheet" href="/static/css/searchandbrowse.css" />
|
||||
<link type="text/css" rel="stylesheet" href="/static/css/landingpage3.css" />
|
||||
<link type="text/css" rel="stylesheet" href="/static/css/searchandbrowse2.css" />
|
||||
<link type="text/css" rel="stylesheet" href="/static/css/book_panel2.css" />
|
||||
<link type="text/css" rel="stylesheet" href="/static/css/learnmore.css" />
|
||||
<link type="text/css" rel="stylesheet" href="/static/css/learnmore2.css" />
|
||||
{% endblock %}
|
||||
{% block extra_js %}
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
{% block title %}Pledge Completed{% endblock %}
|
||||
|
||||
{% block extra_extra_head %}
|
||||
<link type="text/css" rel="stylesheet" href="/static/css/searchandbrowse.css" />
|
||||
<link type="text/css" rel="stylesheet" href="/static/css/searchandbrowse2.css" />
|
||||
<link type="text/css" rel="stylesheet" href="/static/css/book_panel2.css" />
|
||||
<link type="text/css" rel="stylesheet" href="/static/css/pledge.css" />
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ $j(document).ready(function() {
|
|||
{% endblock %}
|
||||
|
||||
{% block extra_head %}
|
||||
<link href="/static/css/documentation.css" rel="stylesheet" type="text/css" />
|
||||
<link href="/static/css/documentation2.css" rel="stylesheet" type="text/css" />
|
||||
{% block extra_extra_head %}
|
||||
<link type="text/css" rel="stylesheet" href="/static/css/registration2.css" />
|
||||
{% endblock %}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
{% block title %} — {{ supporter.username }}{% endblock %}
|
||||
{% block extra_css %}
|
||||
<link type="text/css" rel="stylesheet" href="/static/css/supporter_layout.css" />
|
||||
<link type="text/css" rel="stylesheet" href="/static/css/searchandbrowse.css" />
|
||||
<link type="text/css" rel="stylesheet" href="/static/css/searchandbrowse2.css" />
|
||||
<link type="text/css" rel="stylesheet" href="/static/css/book_list.css" />
|
||||
<link type="text/css" rel="stylesheet" href="/static/css/book_panel2.css" />
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in New Issue