From a94dc0f57db03e4c9922f77d2d27b63afb8417ca Mon Sep 17 00:00:00 2001 From: fonfon Date: Thu, 10 Sep 2015 12:07:48 +0000 Subject: [PATCH] firstboot: remove deprecated CSS --- plinth/modules/first_boot/static/state0.css | 13 ------------- .../first_boot/templates/firstboot_state0.html | 4 ---- 2 files changed, 17 deletions(-) delete mode 100644 plinth/modules/first_boot/static/state0.css diff --git a/plinth/modules/first_boot/static/state0.css b/plinth/modules/first_boot/static/state0.css deleted file mode 100644 index 6f351942b..000000000 --- a/plinth/modules/first_boot/static/state0.css +++ /dev/null @@ -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; -} diff --git a/plinth/modules/first_boot/templates/firstboot_state0.html b/plinth/modules/first_boot/templates/firstboot_state0.html index fe35943ce..8563b40e9 100644 --- a/plinth/modules/first_boot/templates/firstboot_state0.html +++ b/plinth/modules/first_boot/templates/firstboot_state0.html @@ -21,10 +21,6 @@ {% load static %} {% load bootstrap %} -{% block page_head %} - -{% endblock %} - {% block content %}

Welcome to Your FreedomBox!