From 2c28e22f347d772583d72f2b7b6a4d400e04d128 Mon Sep 17 00:00:00 2001 From: Stephan Telling Date: Sun, 19 Mar 2017 18:13:38 +0100 Subject: [PATCH] move fa-select css to bornhack.css --- src/program/templates/schedule_base.html | 5 ----- src/static_src/css/bornhack.css | 3 +++ 2 files changed, 3 insertions(+), 5 deletions(-) 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'; +}