pull/1/head
parent
5e5e966651
commit
6d3d032f9b
|
@ -6,6 +6,7 @@
|
|||
<link type="text/css" rel="stylesheet" href="/static/css/supporter_layout.css" />
|
||||
<link type="text/css" rel="stylesheet" href="/static/css/book_list.css" />
|
||||
<link type="text/css" rel="stylesheet" href="/static/css/book_panel.css" />
|
||||
<link type="text/css" rel="stylesheet" href="/static/css/lists.css">
|
||||
{% endblock %}
|
||||
{% block extra_head %}
|
||||
<script>
|
||||
|
@ -103,7 +104,7 @@ location.hash = "#2";
|
|||
<div class="pagination content-block-heading tabs-1">
|
||||
{% get_pages %}
|
||||
{% for page in pages %}
|
||||
<a href="{{ page.path }}#1">{{ page.number }}</a>
|
||||
<a href="{{ page.path }}#1" class="endless_page_link">{{ page.number }}</a>
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endifequal %}
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
<link type="text/css" rel="stylesheet" href="/static/css/supporter_layout.css" />
|
||||
<link type="text/css" rel="stylesheet" href="/static/css/book_list.css" />
|
||||
<link type="text/css" rel="stylesheet" href="/static/css/book_panel.css" />
|
||||
<link type="text/css" rel="stylesheet" href="/static/css/lists.css" />
|
||||
{% endblock %}
|
||||
{% block extra_head %}
|
||||
<script type="text/javascript" src="/static/js/jquery.cookie.js"></script>
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
<link type="text/css" rel="stylesheet" href="/static/css/supporter_layout.css" />
|
||||
<link type="text/css" rel="stylesheet" href="/static/css/book_list.css" />
|
||||
<link type="text/css" rel="stylesheet" href="/static/css/book_panel.css" />
|
||||
<link type="text/css" rel="stylesheet" href="/static/css/lists.css" />
|
||||
{% endblock %}
|
||||
{% block extra_head %}
|
||||
<script type="text/javascript" src="/static/js/wishlist.js"></script>
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
.user-block2 {
|
||||
width: 48%;
|
||||
font-size: 13px;
|
||||
padding-right: 2%;
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
.user-block2 {
|
||||
width: 48%;
|
||||
font-size: 13px;
|
||||
padding-right: 2%;
|
||||
}
|
Loading…
Reference in New Issue