Made the docs modal larger.

This commit is contained in:
Scott Erickson 2014-02-26 15:44:46 -08:00
parent f89768d76d
commit ea73d91a6b
2 changed files with 3 additions and 0 deletions

View file

@ -0,0 +1,2 @@
#docs-modal .modal-dialog
width: 800px

View file

@ -6,6 +6,7 @@ Article = require 'models/Article'
module.exports = class DocsModal extends View
template: template
id: 'docs-modal'
shortcuts:
'enter': 'hide'