diff --git a/lms/static/sass/multicourse/_about_pages.scss b/lms/static/sass/multicourse/_about_pages.scss
index 8e7c1994af..a72a77c89f 100644
--- a/lms/static/sass/multicourse/_about_pages.scss
+++ b/lms/static/sass/multicourse/_about_pages.scss
@@ -146,16 +146,6 @@
}
}
- .help {
- section.emails {
- border: 1px solid rgb(220,220,220);
- @include box-sizing(border-box);
- float: left;
- margin-left: flex-gutter();
- padding: 20px;
- width: flex-grid(3);
- }
- }
.faq {
@include clearfix;
diff --git a/lms/static/sass/multicourse/_help.scss b/lms/static/sass/multicourse/_help.scss
index 9fed09907d..ca1011951e 100644
--- a/lms/static/sass/multicourse/_help.scss
+++ b/lms/static/sass/multicourse/_help.scss
@@ -4,10 +4,14 @@
width: flex-grid(9);
margin-right: flex-gutter();
- h2 {
- border-bottom: 1px solid rgb(220,220,220);
+ article {
margin-bottom: 40px;
- padding-bottom: 20px;
+
+ h2 {
+ border-bottom: 1px solid rgb(220,220,220);
+ margin-bottom: 40px;
+ padding-bottom: 20px;
+ }
}
}
diff --git a/lms/static/sass/multicourse/_press_release.scss b/lms/static/sass/multicourse/_press_release.scss
index cdbd9e2ee8..7b3dd36e31 100644
--- a/lms/static/sass/multicourse/_press_release.scss
+++ b/lms/static/sass/multicourse/_press_release.scss
@@ -60,5 +60,34 @@
margin-top: 0px;
}
}
+
+ h3.date {
+ margin-bottom: 0;
+ }
+
+ div.social-sharing {
+ @include clearfix;
+
+ hr.horizontal-divider {
+ margin-top: 40px !important;
+ }
+
+ .fb-like {
+ margin-top: 8px;
+ margin-left: 10px;
+ float: left;
+ }
+
+ p {
+ float: left;
+ margin-top: 8px;
+ margin-right: 10px;
+ }
+
+ a {
+ display: block;
+ float: left;
+ }
+ }
}
}
diff --git a/lms/templates/static_templates/help.html b/lms/templates/static_templates/help.html
index f7e69634ba..6f01fd8040 100644
--- a/lms/templates/static_templates/help.html
+++ b/lms/templates/static_templates/help.html
@@ -14,6 +14,10 @@
What are "X Universities"?
Harvard, MIT and UC Berkeley, as the first universities whose courses are delivered on the edX website, are "X Universities." The three institutions will work collaboratively to establish the "X University" Consortium, whose membership will expand to include additional "X Universities" as soon as possible. Each member of the consortium will offer courses on the edX platform as an "X University." The gathering of many universities’ educational content together on one site will enable learners worldwide to access the course content of any participating university from a single website, and to use a set of online educational tools shared by all participating universities.
+
+ What are "X Universities"?
+ Harvard, MIT and UC Berkeley, as the first universities whose courses are delivered on the edX website, are "X Universities." The three institutions will work collaboratively to establish the "X University" Consortium, whose membership will expand to include additional "X Universities" as soon as possible. Each member of the consortium will offer courses on the edX platform as an "X University." The gathering of many universities’ educational content together on one site will enable learners worldwide to access the course content of any participating university from a single website, and to use a set of online educational tools shared by all participating universities.
+
diff --git a/lms/templates/static_templates/press_releases/UC_Berkeley_joins_edX.html b/lms/templates/static_templates/press_releases/UC_Berkeley_joins_edX.html
index 66e056e6aa..70aff34c8f 100644
--- a/lms/templates/static_templates/press_releases/UC_Berkeley_joins_edX.html
+++ b/lms/templates/static_templates/press_releases/UC_Berkeley_joins_edX.html
@@ -4,6 +4,14 @@
<%namespace name='static' file='../../static_content.html'/>
<%block name="title">UC Berkeley joins edX%block>
+
+