1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-13 14:52:22 +04:00

list group fixes

This commit is contained in:
chomik
2018-02-22 01:52:23 +01:00
parent 36eb150bdc
commit 0d271daad9
8 changed files with 33 additions and 25 deletions
+5 -8
View File
@@ -8,15 +8,12 @@ title: Documentation
{% include page-title.html title="Documentation" %}
<div class="row">
<div class="col-lg-3">
<div class="card">
<div class="list-group card-list-group">
{% for doc in site.docs %}
{% unless doc.hide %}<a href="{{ site.base }}{{ doc.url }}" class="list-group-item list-group-item-action{% if page.url == doc.url %} active{% endif %}"><span class="icon mr-3"><i class="{{ doc.icon }}"></i></span>{{ doc.title }}</a>{% endunless %}
{% endfor %}
</div>
<div class="col-lg-3 order-lg-1">
<div class="list-group list-group-transparent">
{% for doc in site.docs %}
{% unless doc.hide %}<a href="{{ site.base }}{{ doc.url }}" class="list-group-item list-group-item-action{% if page.url == doc.url %} active{% endif %}"><span class="icon mr-3"><i class="{{ doc.icon }}"></i></span>{{ doc.title }}</a>{% endunless %}
{% endfor %}
</div>
</div>
<div class="col-lg-9">
<div class="card">