[style] [upgrade] moved to bootstrap 3

This commit is contained in:
Rushabh Mehta
2013-04-18 17:43:21 +05:30
parent 1615f2f46c
commit d6c8235fb5
33 changed files with 67 additions and 67 deletions

View File

@@ -15,7 +15,7 @@ wn.modules_path = 'erpnext';
// add toolbar icon
$(document).bind('toolbar_setup', function() {
$('.brand').html((wn.boot.website_settings.brand_html || 'erpnext') +
$('.navbar-brand').html((wn.boot.website_settings.brand_html || 'erpnext') +
' <i class="icon-home icon-white navbar-icon-home" ></i>')
.css('max-width', '200px').css('overflow', 'hidden')
.hover(function() {