mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-07 07:58:48 +00:00
index class added to body
This commit is contained in:
parent
e5b72f3123
commit
3c7457801f
4 changed files with 5 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
@media only screen and (min-width: 992px) {
|
@media only screen and (min-width: 992px) {
|
||||||
nav,
|
nav,
|
||||||
body:not(.entry):not(.login) main,
|
.index main,
|
||||||
footer {
|
footer {
|
||||||
padding-left: 240px;
|
padding-left: 240px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,6 +23,8 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
{% block body_class %}index{% endblock %}
|
||||||
|
|
||||||
{% block menu %}
|
{% block menu %}
|
||||||
<nav class="cyan darken-1">
|
<nav class="cyan darken-1">
|
||||||
<ul id="slide-out" class="left-bar side-nav fixed">
|
<ul id="slide-out" class="left-bar side-nav fixed">
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue