diff --git a/app/views/user/confirm.html.erb b/app/views/user/confirm.html.erb
index 3186c78dd..af3fa2556 100644
--- a/app/views/user/confirm.html.erb
+++ b/app/views/user/confirm.html.erb
@@ -2,29 +2,33 @@
-
<%= t 'legal.contributor_terms.intro' %>
-
-- <%= t 'legal.contributor_terms.section_1' %>
-- <%= t 'legal.contributor_terms.section_2' %>
-- <%= t 'legal.contributor_terms.section_3' %>
-<%= t 'legal.contributor_terms.active_defn_1' %>
-<%= t 'legal.contributor_terms.active_defn_2' %>
-- <%= t 'legal.contributor_terms.section_4' %>
-- <%= t 'legal.contributor_terms.section_5' %>
-- <%= t 'legal.contributor_terms.section_6' %>
-
-- <%= t 'legal.contributor_terms.section_6_1' %>
-- <%= t 'legal.contributor_terms.section_6_2' %>
-
-- <%= t 'legal.contributor_terms.section_7' %>
-
+
+
<%= t 'legal.contributor_terms.intro' %>
+
+ - <%= t 'legal.contributor_terms.section_1' %>
+ - <%= t 'legal.contributor_terms.section_2' %>
+ - <%= t 'legal.contributor_terms.section_3' %>
+ <%= t 'legal.contributor_terms.active_defn_1' %>
+ <%= t 'legal.contributor_terms.active_defn_2' %>
+ - <%= t 'legal.contributor_terms.section_4' %>
+ - <%= t 'legal.contributor_terms.section_5' %>
+ - <%= t 'legal.contributor_terms.section_6' %>
+
+ - <%= t 'legal.contributor_terms.section_6_1' %>
+ - <%= t 'legal.contributor_terms.section_6_2' %>
+
+ - <%= t 'legal.contributor_terms.section_7' %>
+
-
-
diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css
index 4efbd928f..f61698742 100644
--- a/public/stylesheets/common.css
+++ b/public/stylesheets/common.css
@@ -540,6 +540,24 @@ hr {
color: gray;
}
+/* Rules for the account confirmation page */
+
+div#contributorTerms {
+ border: 1px solid black;
+ padding: 4px;
+ overflow: auto;
+ width: 80%;
+ height: 60%;
+}
+
+div#contributorTerms p {
+ margin-top: 0px;
+}
+
+div#contributorTerms ol {
+ margin-bottom: 0px;
+}
+
/* Rules for the account settings page */
#accountForm td {