From 5372014fd481351054e2a8204579044d520cdd9c Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 26 Nov 2018 11:27:17 -0600 Subject: [PATCH] delete file accidentally added to autoloading UI PR --- airtime_mvc/public/css/radio-page/custom.css | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 airtime_mvc/public/css/radio-page/custom.css diff --git a/airtime_mvc/public/css/radio-page/custom.css b/airtime_mvc/public/css/radio-page/custom.css deleted file mode 100644 index 5e138b105..000000000 --- a/airtime_mvc/public/css/radio-page/custom.css +++ /dev/null @@ -1,15 +0,0 @@ -#schedule_iframe, .tab_content { - color: #fff; - text-align: center; - width: 770px; - max-width: 770px; - margin: -70px auto 0px -380px; - height: calc(100vh - 200px) !important; - padding: 10px; - padding-left: 10px; - margin-bottom: -100px; - padding-top: 50px; - position: absolute; - left: 50%; - overflow: hidden; -} \ No newline at end of file