Style title on create
This commit is contained in:
parent
dfe89fb716
commit
ea7d8faecd
2 changed files with 5 additions and 1 deletions
|
@ -172,3 +172,7 @@ a.big-link {
|
||||||
margin-right: 0.5em;
|
margin-right: 0.5em;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
main h1.new {
|
||||||
|
opacity: 0.8;
|
||||||
|
}
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
{% block body %}
|
{% block body %}
|
||||||
{% with instance=form.instance %}
|
{% with instance=form.instance %}
|
||||||
{% if instance.adding %}
|
{% if instance.adding %}
|
||||||
<h1>
|
<h1 class="new">
|
||||||
{% block h1_new %}{% endblock %}
|
{% block h1_new %}{% endblock %}
|
||||||
</h1>
|
</h1>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
Loading…
Reference in a new issue