Some tweaks to the guide for the benefit of the criss-cross docs, and hopefully others as well.

This commit is contained in:
Scott Erickson 2014-06-24 13:22:57 -04:00
parent 6a31e0bcd3
commit 0363166736
2 changed files with 17 additions and 0 deletions

View file

@ -1,5 +1,21 @@
#docs-modal .modal-dialog
width: 800px
.tab-content
padding-top: 20px
li:not(.active) a[data-toggle="tab"]
cursor: pointer
img
display: block
margin: 0 auto
em
display: block
margin: 0 auto
text-align: center
hr
border-color: #5c5c5c
width: 80%

View file

@ -8,6 +8,7 @@ utils = require 'lib/utils'
module.exports = class DocsModal extends View
template: template
id: 'docs-modal'
plain: true
shortcuts:
'enter': 'hide'