updated 2016/assets/css/custom.css
authorrsiddharth <rsd@gnu.org>
Sun, 7 Feb 2016 21:30:17 +0000 (16:30 -0500)
committerrsiddharth <rsd@gnu.org>
Sun, 7 Feb 2016 21:30:17 +0000 (16:30 -0500)
Added classes that will be used for the speakers page.

2016/assets/css/custom.css

index a0e7328f708c039e33f47f75d4d061394b663c95..1d94d157f366883d455c49bfde616c8cb941a6a7 100644 (file)
@@ -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;
 }