summaryrefslogtreecommitdiff
path: root/static/website/bootstrap-css/assets
diff options
context:
space:
mode:
authorSashi202018-08-31 17:11:11 +0530
committerGitHub2018-08-31 17:11:11 +0530
commit90dcf938991b993c178ab7546621f9c0984ab886 (patch)
tree2745e92cfccf1ad1acb2bb0888e74f319e439630 /static/website/bootstrap-css/assets
parentbcab14cebae96aa10645999c8c006c5749a066b1 (diff)
parent0d2e0f5384be0e3b20a8cdcff30ea16cb632841a (diff)
downloadnccps-2018-90dcf938991b993c178ab7546621f9c0984ab886.tar.gz
nccps-2018-90dcf938991b993c178ab7546621f9c0984ab886.tar.bz2
nccps-2018-90dcf938991b993c178ab7546621f9c0984ab886.zip
Merge pull request #4 from Sashi20/development
Added tentative schedule,registration table,guidelines for cfp
Diffstat (limited to 'static/website/bootstrap-css/assets')
-rw-r--r--static/website/bootstrap-css/assets/css/main.css19
-rw-r--r--static/website/bootstrap-css/assets/images/favicon.pngbin0 -> 2519 bytes
2 files changed, 10 insertions, 9 deletions
diff --git a/static/website/bootstrap-css/assets/css/main.css b/static/website/bootstrap-css/assets/css/main.css
index 57ac778..1efd34d 100644
--- a/static/website/bootstrap-css/assets/css/main.css
+++ b/static/website/bootstrap-css/assets/css/main.css
@@ -41,7 +41,7 @@ p {
}
ul li {
- font-weight: 700;
+ font-weight: 500;
margin-bottom: 10px;
}
@@ -457,13 +457,15 @@ ul li {
/*
* 6.6 Section: Schedule
*/
-.schedule-box {
- position: relative;
- background-color: #000;
+ .schedule-box {
+ /*background-color: #000;*/
+ color: black;
+ font-weight: 500;
+}
+.schedule-box .schedule-header{
color: #fff;
- text-align: center;
- padding: 50px 0;
- margin: 25px 0 0;
+ background-color: #806600;
+ font-weight: 600;
}
.schedule-box::before {
content: '';
@@ -472,9 +474,8 @@ ul li {
right: 5px;
bottom: 5px;
left: 5px;
- border: 1px solid #fff;
+ /*border: 1px solid #fff;*/
}
-
/*
* 6.7 Section: Schedule
*/
diff --git a/static/website/bootstrap-css/assets/images/favicon.png b/static/website/bootstrap-css/assets/images/favicon.png
new file mode 100644
index 0000000..193caff
--- /dev/null
+++ b/static/website/bootstrap-css/assets/images/favicon.png
Binary files differ