From ec67a5524a6b062766d03f05835821293580545e Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Wed, 2 Sep 2015 10:10:32 -0400 Subject: [PATCH] added custom styling to elements at /2016/program modified: 2016/assets/css/custom.css modified: 2016/program/index.html --- 2016/assets/css/custom.css | 40 ++++++++++++++++++++++++++++++++++++++ 2016/program/index.html | 18 ++++++++--------- 2 files changed, 49 insertions(+), 9 deletions(-) diff --git a/2016/assets/css/custom.css b/2016/assets/css/custom.css index bf57a76e..108435bf 100644 --- a/2016/assets/css/custom.css +++ b/2016/assets/css/custom.css @@ -13,6 +13,46 @@ h2 { padding-top: 5px; } +.program-day { + margin-bottom: 10px; +} + +.program-day-header h2 { + font-size: 2.1em; +} + +.program-timeslot-break { + margin-bottom: 2px; +} + +.program-timeslot-break-header h2 { + font-size: 1.6em; + color: rgb(150, 150, 150); +} + +.program-timeslot { + margin-top: 5px; + margin-bottom: 1px; +} + +.program-timeslot-header h2 { + font-size: 1.6em; +} + +.program-session-header h2 { + font-size: 1.3em; + font-weight: 500; + margin-bottom: 3px; +} + +.program-session button { + font-size: 10px; +} + +.program-session-speaker { + margin: 0px 7px 0px 0px; +} + a:hover, a:focus { color: rgb(38, 208, 61); diff --git a/2016/program/index.html b/2016/program/index.html index ce65852e..8490fdb6 100755 --- a/2016/program/index.html +++ b/2016/program/index.html @@ -54,7 +54,7 @@

Free software, free hardware, and other things

- Richard Stallman + Richard Stallman