[js-libs] upgraded to latest bootstrap and font-awesome

This commit is contained in:
Rushabh Mehta
2013-05-22 11:57:05 +05:30
parent b4854e79f5
commit 4a2f0f8c36
38 changed files with 140 additions and 77 deletions

View File

@@ -3,7 +3,7 @@
{% block content %}
{% include 'app/website/templates/html/product_search_box.html' %}
{% include 'app/website/templates/html/product_breadcrumbs.html' %}
<div class="col-span-12">
<div class="col col-lg-12">
{% if slideshow %}<!-- slideshow -->
{% include "app/website/templates/html/slideshow.html" %}
{% endif %}
@@ -16,7 +16,7 @@
<hr />
<div class="row">
{% for d in sub_groups %}
<div class="col-span-4">
<div class="col col-lg-4">
<a href="{{ d.page_name }}">{{ d.name }} ({{ d.count }})</a>
</div>
{% endfor %}