From d7d8192f30a0375315eb759e3915395b663ca4f0 Mon Sep 17 00:00:00 2001
From: rsiddharth
Date: Tue, 24 May 2016 22:50:33 +0000
Subject: [PATCH] add back "join the announcement list".
---
2016/assets/css/custom.css | 1 +
2016/includes/banner.html | 9 ++++-----
2016/includes/common_js.html | 16 ++++++++++++++--
2016/includes/join-list.html | 4 ++--
4 files changed, 21 insertions(+), 9 deletions(-)
diff --git a/2016/assets/css/custom.css b/2016/assets/css/custom.css
index f5495b6a..10d86ce6 100644
--- a/2016/assets/css/custom.css
+++ b/2016/assets/css/custom.css
@@ -213,6 +213,7 @@ hr {
.checkbox .help-block {
display: inline-block;
margin-top: 0;
+ margin-left: 0;
margin-bottom: 10px;
color: #737373;
}
diff --git a/2016/includes/banner.html b/2016/includes/banner.html
index 32aa9ef1..26ab0c08 100755
--- a/2016/includes/banner.html
+++ b/2016/includes/banner.html
@@ -22,12 +22,11 @@
Cambridge, Massachusetts
+
+
+
-
-
-
-
@@ -57,8 +56,8 @@
+
diff --git a/2016/includes/common_js.html b/2016/includes/common_js.html
index 90259fb1..638fd0db 100755
--- a/2016/includes/common_js.html
+++ b/2016/includes/common_js.html
@@ -14,14 +14,26 @@ function logoTextStack() {
if(screenSize <= 551) {
$("#lp16-logo").removeClass("col-xs-5");
$("#lp16-date-place").removeClass("col-xs-2");
- $("#lp-signup-block").removeClass("col-xs-5");
}else if(!$("#lp16-logo").hasClass("col-xs-5")) {
$("#lp16-logo").addClass("col-xs-5");
$("#lp16-date-place").addClass("col-xs-2");
- $("#lp-signup-block").addClass("col-xs-5");
}
}
+