diff options
author | Sashi20 | 2018-11-01 13:28:31 +0530 |
---|---|---|
committer | Sashi20 | 2018-11-01 13:28:31 +0530 |
commit | 38f3b8b9a2eaaddb1c8efe2bcb580b90d12109cf (patch) | |
tree | f934e45b9e2424c8d51077e9c6364b7cbd216969 /static/website/bootstrap-css | |
parent | ec4406f8016371103ed7f02e315ea4678fa21a46 (diff) | |
download | nccps-2018-38f3b8b9a2eaaddb1c8efe2bcb580b90d12109cf.tar.gz nccps-2018-38f3b8b9a2eaaddb1c8efe2bcb580b90d12109cf.tar.bz2 nccps-2018-38f3b8b9a2eaaddb1c8efe2bcb580b90d12109cf.zip |
Modified style class for registration and schedule table
Diffstat (limited to 'static/website/bootstrap-css')
-rw-r--r-- | static/website/bootstrap-css/assets/css/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/website/bootstrap-css/assets/css/main.css b/static/website/bootstrap-css/assets/css/main.css index 1efd34d..dc3871f 100644 --- a/static/website/bootstrap-css/assets/css/main.css +++ b/static/website/bootstrap-css/assets/css/main.css @@ -462,7 +462,7 @@ ul li { color: black; font-weight: 500; } -.schedule-box .schedule-header{ +.schedule-header{ color: #fff; background-color: #806600; font-weight: 600; |