Remove whitespace that messed with clean copy+pastes
This commit is contained in:
parent
707b5b16e7
commit
cd8fb8e349
2 changed files with 5 additions and 9 deletions
|
@ -22,8 +22,5 @@
|
||||||
{% endblock styles %}
|
{% endblock styles %}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>{% block content %}{% endblock content %}</body>
|
||||||
{% block content %}
|
|
||||||
{% endblock content %}
|
|
||||||
</body>
|
|
||||||
</html>
|
</html>
|
|
@ -6,11 +6,10 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
font-family: Courier;
|
font-family: inherit;
|
||||||
line-height: 1.1;
|
font-size: 1rem;
|
||||||
|
line-height: inherit;
|
||||||
}
|
}
|
||||||
{% endblock styles %}
|
{% endblock styles %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}<pre><code>{{ content|safe }}</code></pre>{% endblock content %}
|
||||||
<pre><code>{{ content|safe }}</code></pre>
|
|
||||||
{% endblock content %}
|
|
Loading…
Add table
Add a link
Reference in a new issue