firstboot: remove deprecated CSS

This commit is contained in:
fonfon 2015-09-10 12:07:48 +00:00 committed by Sunil Mohan Adapa
parent 91b85f68ec
commit a94dc0f57d
2 changed files with 0 additions and 17 deletions

View File

@ -1,13 +0,0 @@
/* TODO: remove this when we stop putting everything in a hero unit */
form .control-label {
font-size: large;
}
form .help-block {
font-size: small;
}
/* TODO: remove this customization once we use bootstrap3 */
.has-error span.help-block {
color: red;
}

View File

@ -21,10 +21,6 @@
{% load static %}
{% load bootstrap %}
{% block page_head %}
<link rel="stylesheet" href="{% static 'first_boot/state0.css' %}"/>
{% endblock %}
{% block content %}
<h2>Welcome to Your FreedomBox!</h2>