mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
firstboot: remove deprecated CSS
This commit is contained in:
parent
91b85f68ec
commit
a94dc0f57d
@ -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;
|
||||
}
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user