From 0d2e0f5384be0e3b20a8cdcff30ea16cb632841a Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Fri, 31 Aug 2018 17:08:14 +0530 Subject: Added tentative schedule,registration table,guidelines for cfp --- static/website/bootstrap-css/assets/css/main.css | 19 ++++++++++--------- .../website/bootstrap-css/assets/images/favicon.png | Bin 0 -> 2519 bytes 2 files changed, 10 insertions(+), 9 deletions(-) create mode 100644 static/website/bootstrap-css/assets/images/favicon.png (limited to 'static/website/bootstrap-css/assets') 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 Binary files /dev/null and b/static/website/bootstrap-css/assets/images/favicon.png differ -- cgit