Browse Source

Fix line numbers for text

pull/93/head v1.2.1
andreimarcu 8 years ago
parent
commit
e6db8553b0
  1. 4
      templates/display/bin.html

4
templates/display/bin.html

@ -2,8 +2,10 @@
{% block head %}
<link href="{{ sitepath }}static/css/highlight/tomorrow.css" rel="stylesheet" type="text/css">
{% if extra.lang_hl != "text" %}
<link href="{{ sitepath }}static/css/highlight/lines.css" rel="stylesheet" type="text/css">
{% endblock %}
{% endif %}
{% endblock %}
{% block innercontentmore %} class="scrollable"{% endblock %}

Loading…
Cancel
Save