mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-20 15:08:02 +00:00
Removed <style> tag from preferences.html because I'll move it to tortin.css
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user