Add css to paginator
This commit is contained in:
parent
fdcdff7bcc
commit
7a365212f5
2 changed files with 4 additions and 0 deletions
3
nummi/main/static/main/css/page.css
Normal file
3
nummi/main/static/main/css/page.css
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
.pagination .current {
|
||||||
|
font-feature-settings: "tnum", "ss01";
|
||||||
|
}
|
|
@ -5,6 +5,7 @@
|
||||||
{% block link %}
|
{% block link %}
|
||||||
{{ block.super }}
|
{{ block.super }}
|
||||||
<link rel="stylesheet" href="{% static 'main/css/table.css' %}" type="text/css" />
|
<link rel="stylesheet" href="{% static 'main/css/table.css' %}" type="text/css" />
|
||||||
|
<link rel="stylesheet" href="{% static 'main/css/page.css' %}" type="text/css" />
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
|
|
Loading…
Reference in a new issue