- Merged two modifications made to the error msg
This commit is contained in:
parent
5f5ca6cff5
commit
26e5e330f4
|
@ -22,5 +22,5 @@
|
||||||
{% section "head.css" %}
|
{% section "head.css" %}
|
||||||
.title {font-size:2rem}
|
.title {font-size:2rem}
|
||||||
.subtitle {font-size:1.25rem; padding-top: 1rem;}
|
.subtitle {font-size:1.25rem; padding-top: 1rem;}
|
||||||
.content {background: #f7f7f7;padding: 7px;color: #8c3c3c;}
|
.content {background: #f7f7f7;padding: 7px;color: #8c3c3c;max-height:300px;overflow-y:auto}
|
||||||
{% endsection %}
|
{% endsection %}
|
||||||
|
|
Loading…
Reference in New Issue