move fa-select css to bornhack.css
This commit is contained in:
parent
e95cc5ea93
commit
2c28e22f34
|
@ -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">
|
||||||
|
|
|
@ -115,3 +115,6 @@ footer {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fa-select {
|
||||||
|
font-family: 'FontAwesome';
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue