Tweak spacing

This commit is contained in:
Matthew Scragg 2016-04-24 18:11:47 -05:00
parent 82b90adf2d
commit 71de000b2c
4 changed files with 3 additions and 3 deletions

View file

@ -132,7 +132,6 @@
</div>
<div class="btn-group">
{% if name in config['WIKI_LOCKED_PAGES'] %}
<a class="btn btn-danger btn-sm">
<i class="fa fa-lock"></i>

View file

@ -3,7 +3,7 @@
{% block js %}
<script>
$(document).ready(function() {
$('.data-table').dataTable({'aaSorting': [[0, "asc"], [1, "asc"]]});
$('.data-table').dataTable({'aaSorting': [[0, "asc"], [1, "asc"]]});
});
</script>
{% endblock %}