diff options
author | FOSSEE Git User | 2018-11-01 19:32:15 +0530 |
---|---|---|
committer | FOSSEE Git User | 2018-11-01 19:32:15 +0530 |
commit | 91aa9a2845f894d6bcffc674faf9b70a9438e5fc (patch) | |
tree | 921ca0d94840cc5ccfae976e78e9648d3829c7a2 | |
parent | 64fa94d171e120b56ee6cc9440378a391cf1fb96 (diff) | |
parent | cb48012c20f46abe208f7aed1545815d0e784ad8 (diff) | |
download | nccps-2018-91aa9a2845f894d6bcffc674faf9b70a9438e5fc.tar.gz nccps-2018-91aa9a2845f894d6bcffc674faf9b70a9438e5fc.tar.bz2 nccps-2018-91aa9a2845f894d6bcffc674faf9b70a9438e5fc.zip |
Merge branch 'master' of https://github.com/FOSSEE/nccps-2018
-rw-r--r-- | static/website/bootstrap-css/assets/css/main.css | 2 | ||||
-rw-r--r-- | static/website/templates/home.html | 12 |
2 files changed, 7 insertions, 7 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; diff --git a/static/website/templates/home.html b/static/website/templates/home.html index ca1673d..063cac1 100644 --- a/static/website/templates/home.html +++ b/static/website/templates/home.html @@ -130,8 +130,8 @@ </div> </div> <div class="row"> - <div class="col-md-12 schedule-box"> - <table class="table table-bordered table-responsive"> + <div class="col-md-12"> + <table class="table table-bordered table-responsive" style="font-weight: 400;"> <tr class="schedule-header"> <td style="vertical-align:bottom;border-top:none;!important"> <div class="align-baseline"> @@ -240,8 +240,8 @@ </div> </div> <div class="row"> - <div class="col-md-12 schedule-box"> - <table class="table table-bordered table-responsive"> + <div class="col-md-12"> + <table class="table table-bordered table-responsive" style="font-weight: 400;"> <tr> <td style="vertical-align:bottom;border-top:none;!important"> <div class="align-baseline"> @@ -358,9 +358,9 @@ </div> </div> <div class="row"> - <div class="col-md-12 schedule-box"> + <div class="col-md-12"> <div> - <table class="table table-bordered" style="align-content: center !important;"> + <table class="table table-bordered" style="align-content: center !important;font-weight: 400;"> <tr class="schedule-header"> <td style="vertical-align:bottom;border-top:none;!important"> <div class="align-baseline"> |