Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 71a5f72

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/master' into QRdetailsToggleOnPayment
2 parents f8e676e + 5b5bf15 commit 71a5f72

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

css/obBase.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1216,6 +1216,14 @@ h5 {
12161216
font-size: 15px;
12171217
}
12181218

1219+
.fieldItem-textarea h2, .fieldItem-textarea h3, .editableContent h2, .editableContent h3 {
1220+
margin-top: 30px;
1221+
}
1222+
1223+
.fieldItem-textarea h2:first-child, .fieldItem-textarea h3:first-child, .editableContent h2:first-child, .editableContent h3:first-child {
1224+
margin-top: 0px;
1225+
}
1226+
12191227
.note {
12201228
/* use for instructions and incidental text */
12211229
/*font-style: italic;*/

js/templates/userPage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ <h1 class="page-userNameLarge floatLeft fancy-heading fontSize20 colorWhiteForce
257257
</a>
258258
<%}%>
259259
<% if(ob.page.profile.about) { %>
260-
<p class="js-userAbout margin0 flexContainer editableContent"><%= ob.page.profile.displayAbout %></p>
260+
<div class="js-userAbout margin0 flexContainer editableContent"><%= ob.page.profile.displayAbout %></div>
261261
<%}else{%>
262262
<span class="textOpacity75"><%= polyglot.t('AboutEmpty') %></span>
263263
<%}%>

0 commit comments

Comments
 (0)