From 5455bf574e46e0854ab9b8bb3b8a07ed44d0407c Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sun, 7 Feb 2016 16:30:17 -0500 Subject: [PATCH] updated 2016/assets/css/custom.css Added classes that will be used for the speakers page. --- 2016/assets/css/custom.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/2016/assets/css/custom.css b/2016/assets/css/custom.css index a0e7328f..1d94d157 100644 --- a/2016/assets/css/custom.css +++ b/2016/assets/css/custom.css @@ -77,6 +77,29 @@ h3 { padding-bottom: 25px; } +.speakers-block { + border-bottom: 1px solid rgb(200, 200, 200); + margin-bottom: 20px; +} + +.keynote-speakers-header { + margin-bottom: 20px; +} + +.speaker-block { + padding-bottom: 20px; +} + +.keynote-speaker-header h2 { + font-size: 25px; + padding-top: 0px; +} + +.speaker-header h2 { + font-size: 20px; + padding-top: 0px; +} + .program-session-room-details { margin-top: 4px; } -- 2.25.1