From 08ca710b996cc63e1856f498b9e5939451762c41 Mon Sep 17 00:00:00 2001 From: PCoder Date: Mon, 11 Jul 2022 17:16:20 +0530 Subject: [PATCH] Put styles into template for the moment --- publichealth/home/templates/home/program_table.html | 5 +++++ publichealth/static/css/main.scss | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/publichealth/home/templates/home/program_table.html b/publichealth/home/templates/home/program_table.html index bbbbd89..075d690 100644 --- a/publichealth/home/templates/home/program_table.html +++ b/publichealth/home/templates/home/program_table.html @@ -1,3 +1,8 @@ + {% if table_header %} diff --git a/publichealth/static/css/main.scss b/publichealth/static/css/main.scss index 7bb9576..167e077 100644 --- a/publichealth/static/css/main.scss +++ b/publichealth/static/css/main.scss @@ -136,8 +136,4 @@ $slider-nav: 200px; background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; } -.table-program td th { - padding: 0 10px !important; -} - @import "subsites";