Merge branch 'latest' of github.com:webnotes/erpnext into latest
diff --git a/erpnext/website/css/website.css b/erpnext/website/css/website.css
index c4208b2..8a90b1b 100644
--- a/erpnext/website/css/website.css
+++ b/erpnext/website/css/website.css
@@ -45,6 +45,13 @@
 	margin-bottom: 20px;
 }
 
+.web-main-section p,
+.web-main-section h4,
+.web-main-section h5,
+.web-main-section pre  {
+	margin-left: 9px;
+}
+
 .web-side-section {
 	width: 30%;
 	float: right;
diff --git a/erpnext/website/doctype/about_us_settings/template.html b/erpnext/website/doctype/about_us_settings/template.html
index 47ef402..864fb65 100644
--- a/erpnext/website/doctype/about_us_settings/template.html
+++ b/erpnext/website/doctype/about_us_settings/template.html
@@ -19,7 +19,7 @@
 								</td>
 								<td>
 									<h4>{{ p.person_name }}</h4>
-									<div class="comment">{{ p.designation }}</div>
+									<p class="field_description">{{ p.designation }}</p>
 									<div style="margin-bottom: 15px">{{ p.bio }}</div>
 								</td>
 							</tr>
diff --git a/version.num b/version.num
index e8930b6..24f98f2 100644
--- a/version.num
+++ b/version.num
@@ -1 +1 @@
-364
\ No newline at end of file
+367
\ No newline at end of file