Fix minor styling issue in router setup page

This commit is contained in:
Sunil Mohan Adapa 2014-05-12 23:31:07 +05:30
parent 391d6298c4
commit d2a6e2332d

View File

@ -63,12 +63,15 @@
{% block sidebar_right_block %} {% block sidebar_right_block %}
<div class="well sidebar-nav">
<h3>Introduction</h3> <h3>Introduction</h3>
<p>Your {{ cfg.box_name }} is a replacement for your wireless <p>Your {{ cfg.box_name }} is a replacement for your wireless
router. By default, it should do everything your usual router router. By default, it should do everything your usual router
does. With the addition of some extra modules, its abilities can does. With the addition of some extra modules, its abilities
rival those of high-end routers costing hundreds of dollars.</p> can rival those of high-end routers costing hundreds of
dollars.</p>
{% if cfg.users.expert %} {% if cfg.users.expert %}
@ -89,6 +92,8 @@
{% endif %} {% endif %}
</div>
{% endblock %} {% endblock %}
{% block js_block %} {% block js_block %}