1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-26 04:54:40 +04:00

divider fixes, documentation

This commit is contained in:
codecalm
2019-07-09 20:19:01 +02:00
parent bd7b8be915
commit 318f1c5b5e
11 changed files with 36 additions and 30 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ page-title: Documentation
<div class="card-body p-lg-8">
<div class="markdown">
<h2 class="h1 mt-0 mb-4">{{ page.title }}{% if page.done %} {% include ui/icon.html icon="check" color="green" %}{% endif %}</h2>
<h2 class="mt-0 mb-4">{{ page.title }}{% if page.done %} {% include ui/icon.html icon="check" color="green" %}{% endif %}</h2>
{% if page.description %}
<p>{{ page.description }}</p>