diff --git a/src/program/templates/schedule_base.html b/src/program/templates/schedule_base.html index a5d6b311..37476547 100644 --- a/src/program/templates/schedule_base.html +++ b/src/program/templates/schedule_base.html @@ -3,11 +3,6 @@ {% block program_content %} -
diff --git a/src/static_src/css/bornhack.css b/src/static_src/css/bornhack.css index cf2e9e21..bb5aa3d6 100644 --- a/src/static_src/css/bornhack.css +++ b/src/static_src/css/bornhack.css @@ -115,3 +115,6 @@ footer { text-decoration: none; } +.fa-select { + font-family: 'FontAwesome'; +}