diff options
author | Sashi20 | 2018-11-01 13:29:37 +0530 |
---|---|---|
committer | GitHub | 2018-11-01 13:29:37 +0530 |
commit | cb48012c20f46abe208f7aed1545815d0e784ad8 (patch) | |
tree | 921ca0d94840cc5ccfae976e78e9648d3829c7a2 /static/website/bootstrap-css/assets/css/main.css | |
parent | 734ef5afc4c5cea830bd34073d81a6c3b4fb86d0 (diff) | |
parent | 38f3b8b9a2eaaddb1c8efe2bcb580b90d12109cf (diff) | |
download | nccps-2018-cb48012c20f46abe208f7aed1545815d0e784ad8.tar.gz nccps-2018-cb48012c20f46abe208f7aed1545815d0e784ad8.tar.bz2 nccps-2018-cb48012c20f46abe208f7aed1545815d0e784ad8.zip |
Merge pull request #49 from Sashi20/master
Modified style class for registration and schedule table
Diffstat (limited to 'static/website/bootstrap-css/assets/css/main.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; |