From: rsiddharth Date: Sun, 7 Feb 2016 21:30:17 +0000 (-0500) Subject: updated 2016/assets/css/custom.css X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5455bf574e46e0854ab9b8bb3b8a07ed44d0407c;p=libreplanet-static.git updated 2016/assets/css/custom.css Added classes that will be used for the speakers page. --- 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; }