Tweak headers to make them smaller on the page

This commit is contained in:
Andrew Miner
2015-02-02 10:55:35 -08:00
parent 1f76001c12
commit 54997a2c89
7 changed files with 26 additions and 17 deletions
@@ -116,7 +116,7 @@ module.exports = class InventoryController extends BaseController
@$scrollbox = @$('.scrollbox')
@$table = @$('table')
@$toolbar = @$('.toolbar')
@$title = @$('.title')
@$title = @$('h2 p')
super
refresh: ->