diff --git a/css/all-app.css b/css/all-app.css index d267c9b789..c42f3706eb 100644 --- a/css/all-app.css +++ b/css/all-app.css @@ -1735,7 +1735,6 @@ body { h1, h2, h3, h4, h5 { font-family: "Helvetica Neue", Helvetica, "Helvetica Neue", sans-serif; - font-weight: normal; margin-top: 0.2em; } @@ -3571,7 +3570,6 @@ div.appframe-toolbar { */ h1, h2, h3, h4, h5 { font-family: "Helvetica Neue", "Open Sans", Helvetica, sans-serif; - font-weight: normal; margin-top: 0.2em; } diff --git a/css/all-web.css b/css/all-web.css index c16a8e8e9b..416e9022e0 100644 --- a/css/all-web.css +++ b/css/all-web.css @@ -1215,7 +1215,6 @@ body { h1, h2, h3, h4, h5 { font-family: "Helvetica Neue", Helvetica, "Helvetica Neue", sans-serif; - font-weight: normal; margin-top: 0.2em; } @@ -1888,7 +1887,6 @@ div.appframe-toolbar { */ h1, h2, h3, h4, h5 { font-family: "Helvetica Neue", "Open Sans", Helvetica, sans-serif; - font-weight: normal; margin-top: 0.2em; } diff --git a/erpnext/knowledge_base/page/kb_common/kb_common.js b/erpnext/knowledge_base/page/kb_common/kb_common.js index a734f65ed9..fd570ec8bd 100644 --- a/erpnext/knowledge_base/page/kb_common/kb_common.js +++ b/erpnext/knowledge_base/page/kb_common/kb_common.js @@ -116,59 +116,68 @@ EditableText = function(args) { $.extend(this, args); var me = this; - this.wrapper = $a(me.parent, 'div'); - this.display = $a(me.wrapper, 'div', me.disp_class, '', me.text); - this.input = $a(me.wrapper, 'textarea', me.inp_class, {display:'none'}); + me.$w = $(repl('
diff --git a/erpnext/website/doctype/contact_us_settings/template.html b/erpnext/website/doctype/contact_us_settings/template.html index 6453784b7f..508b534a89 100644 --- a/erpnext/website/doctype/contact_us_settings/template.html +++ b/erpnext/website/doctype/contact_us_settings/template.html @@ -1,9 +1,9 @@ -