Bootstrap change .btn-large -> .btn-lg

This commit is contained in:
Sunil Mohan Adapa 2014-11-23 14:10:01 +05:30
parent 6a1f96d7c2
commit 265953adc6
2 changed files with 5 additions and 4 deletions

View File

@ -24,7 +24,7 @@
system to confirm that network services are running and configured system to confirm that network services are running and configured
properly. It may take a minute to complete.</p> properly. It may take a minute to complete.</p>
<p><a class="btn btn-primary btn-large" href="{% url 'diagnostics:test' %}"> <p><a class="btn btn-primary btn-lg" href="{% url 'diagnostics:test' %}">
Run diagnostic test &raquo; Run diagnostic test &raquo;
</a></p> </a></p>

View File

@ -38,9 +38,10 @@ runs on must be cheap. The software it runs on must be easy to
install and administrate by anybody. It must be easy to install and administrate by anybody. It must be easy to
transition from existing services.</p> transition from existing services.</p>
<p><a class="btn btn-primary btn-large" <p>
href="http://wiki.debian.org/FreedomBox" target="_blank">Learn more <a class="btn btn-primary btn-lg" href="http://wiki.debian.org/FreedomBox"
&raquo;</a></p> target="_blank">Learn more&raquo;</a>
</p>
{% endblock %} {% endblock %}