diff --git a/public/images/favicon.ico b/public/images/favicon.ico
index c50923e2470..89c49e6ceb0 100644
Binary files a/public/images/favicon.ico and b/public/images/favicon.ico differ
diff --git a/public/js/conf.js b/public/js/conf.js
index 1054bfc38b7..4da5e1983e6 100644
--- a/public/js/conf.js
+++ b/public/js/conf.js
@@ -15,8 +15,8 @@ wn.modules_path = 'erpnext';
// add toolbar icon
$(document).bind('toolbar_setup', function() {
- $('.navbar-brand').html((wn.boot.website_settings.brand_html || 'erpnext') +
- ' ')
+ $('.navbar-brand').html(wn.boot.website_settings.brand_html ||
+ ('
erpnext'))
.css('max-width', '200px').css('overflow', 'hidden')
.hover(function() {
$(this).find('.icon-home').addClass('navbar-icon-home-hover');
diff --git a/public/js/startup.css b/public/js/startup.css
index bfcbe844d8b..20556365dd8 100644
--- a/public/js/startup.css
+++ b/public/js/startup.css
@@ -59,4 +59,11 @@ span, div, td, input, textarea, button, select {
.show-all-reports {
margin-top: 5px;
font-size: 11px;
+}
+
+/* toolbar */
+.toolbar-splash {
+ width: 32px;
+ height: 32px;
+ margin: -8px auto;
}
\ No newline at end of file