Removed <style> tag from preferences.html because I'll move it to tortin.css

This commit is contained in:
Niklas Poslovski
2018-12-07 17:39:47 +01:00
parent 6abdd8eefe
commit e91c35bab9

View File

@@ -5,22 +5,6 @@
{% block title %}{% trans 'Your Preferences' %}{% endblock title %}
{% block content %}
<style>
input[type=radio] {display:none}
input[type=radio] + label {
padding-left:0;
}
input[type=radio] + label:before {
font-family: FontAwesome;
display: inline-block;
letter-spacing:5px;
font-size:20px;
color:#36b7d7;
vertical-align:middle;
}
input[type=radio] + label:before {content: "\f10c"}
input[type=radio]:checked + label:before {content: "\f192"}
</style>
<h1>{% trans 'Account settings' %}</h1>
<p>