Merge branch 'master' of github.com:bornhack/bornhack-website
This commit is contained in:
commit
f6637a77bc
|
@ -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