move fa-select css to bornhack.css

This commit is contained in:
Stephan Telling 2017-03-19 18:13:38 +01:00
parent e95cc5ea93
commit 2c28e22f34
No known key found for this signature in database
GPG key ID: D4892289F36ADA9B
2 changed files with 3 additions and 5 deletions

View file

@ -3,11 +3,6 @@
{% block program_content %} {% block program_content %}
<style>
.fa-select {
font-family: 'FontAwesome';
}
</style>
<div class="row"> <div class="row">
<div class="col-sm-8"> <div class="col-sm-8">
<form method="get" id="filter" class="form-inline"> <form method="get" id="filter" class="form-inline">

View file

@ -115,3 +115,6 @@ footer {
text-decoration: none; text-decoration: none;
} }
.fa-select {
font-family: 'FontAwesome';
}